RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.IsFieldInUse Method

Indicates whether a particular field has been added to the adapter.

Pascal
function IsFieldInUse(const AName: string): Boolean;
C++
__fastcall Boolean IsFieldInUse(const AnsiString AName);

IsFieldInUse is called at design time to determine whether a field with a particular name has been added to the adapter. When editing the adapter, the names of these fields if use are not displayed in the dialog box used to add new fields. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!