RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.FindField Method

Returns the child Web item that represents the value of a specified adapter field.

Pascal
function FindField(const AName: string): TComponent;
C++
__fastcall TComponent * FindField(const AnsiString AName);

FindField searches the list of child Web items for one that represents the specified adapter field. If it finds a Web item that represents the specified field, it returns that adapter display field component. Otherwise, FindField returns nil (Delphi) or NULL (C++). 

AName is the name of a field that the adapter control group's adapter contains. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!