RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup.ImplGetControlRequirements Method

Provides the underlying implementation for the GetControlRequirements method.

Pascal
procedure ImplGetControlRequirements(ARequirements: TAbstractControlRequirements); virtual;
C++
virtual __fastcall ImplGetControlRequirements(TAbstractControlRequirements ARequirements);

The GetControlRequirements method calls ImplGetControlRequirements to add the variables and functions the control group needs to have declared to the control requirements object. This method adds the requirement of a variable with the name that the GetAdapterVariableName method returns to represent the adapter whose fields the control group displays. 

ARequirements is the control requirements object that collects a list of required variables and functions. 

 

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