RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField Class

TAdapterNamedField is a based class for adapter field components.

Pascal
C++
class TAdapterNamedField : public TWebContainedComponent, public IWebVariableName, public IWebInputName, public IWebGetFieldValue, public IEchoActionFieldValue, public IAsFormatted, public IWebGetFieldName, public IWebSetFieldName, public IWebGetDisplayWidth, public IWebGetDisplayLabel, public IWebGetMaxLength, public IWebSnapObjClass, public IAdapterFieldAccess, public IAdapterFieldAttributes;

TAdapterNamedField implements interfaces used to access an adapter field's properties using server-side script. Most of the interface implementation methods call virtual functions. When defining new derived classes, override these virtual functions to customize the behavior of the adapter field class. 

 

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