RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedDisplayField Class

The AdapterNamedDisplayField is a base class for adapter fields.

Pascal
TAdapterNamedDisplayField = class(TAdapterNamedField, IGetHTMLStyle);
C++
class TAdapterNamedDisplayField : public TAdapterNamedField, public IGetHTMLStyle;

TAdapterNameDisplayField implements the IGetHTMLStyle interface used to inquire how this adapter field should be displayed in an HTML form. For example, IGetHTMLStyle's GetInputStyle method may indicate that this field should be displayed using a select list. TAdapterNamedField also declares properties that may be modified at design-time to control how the adapter field should be displayed. For example, the DisplayLabel property is used to suggest display label for this adapter field. 

 

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