RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterBooleanField.GetDisplayStyleType Method

Suggests an HTML display type for this adapter field.

Pascal
function GetDisplayStyleType(const AAdapterMode: string): TAdapterDisplayHTMLElementType; override;
C++
virtual __fastcall TAdapterDisplayHTMLElementType GetDisplayStyleType(const AnsiString AAdapterMode);

GetDisplayStyleType overrides TAdapterNamedDisplayField's GetDisplayStyleType method. GetDispayStyleType returns htmldText, indicating that this adapter field should be displayed by as an HTML text block (paragraph). 

 

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