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). 

 

GetDisplayStyleType 

TAdapterDisplayHTMLElementType

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!