API:Data.DB.TFieldDefs.Find

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Find(const Name: string): TFieldDef;

C++

HIDESBASE TFieldDef* __fastcall Find(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB TFieldDefs

Description

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

Data.DB.TFieldDefs.Find inherits from Data.DB.TDefCollection.Find. All content below this line refers to Data.DB.TDefCollection.Find.

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

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

See Also