RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField Class

TAdapterNamedField is a based class for adapter field components.

Pascal
TAdapterNamedField = class(TWebContainedComponent, IWebVariableName, IWebInputName, IWebGetFieldValue, IEchoActionFieldValue, IAsFormatted, IWebGetFieldName, IWebSetFieldName, IWebGetDisplayWidth, IWebGetDisplayLabel, IWebGetMaxLength, IWebSnapObjClass, IAdapterFieldAccess, IAdapterFieldAttributes);
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;

WebAdapt

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!