RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.IsFieldInUse Method

Indicates whether one of the adapter control group's child Web items represents a specified adapter field.

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

IsFieldInUse returns true if one of its child Web items represents the adapter field with the specified name, false otherwise. 

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

 

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