|
RAD Studio VCL Reference
|
TAdapterNamedField is a based class for adapter field components.
TAdapterNamedField = class(TWebContainedComponent, IWebVariableName, IWebInputName, IWebGetFieldValue, IEchoActionFieldValue, IAsFormatted, IWebGetFieldName, IWebSetFieldName, IWebGetDisplayWidth, IWebGetDisplayLabel, IWebGetMaxLength, IWebSnapObjClass, IAdapterFieldAccess, IAdapterFieldAttributes);
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!
|