TurboDB VCL Component Library

TTdbFieldDefs.Find

TTdbFieldDefs

Previous  Top  Next

Locates a definition object in the Items array from its name.

Delphi syntax:

function Find(const AName: string): TTdbFieldDef;

C++ syntax:

TTdbFieldDef* __fastcall Find(const AnsiString Name);

Description

Call Find to obtain information about a particular field definition object. Specify the name of the field definition object as the value of the Name parameter.