RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.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 htmldImage, indicating that this adapter field should be displayed by an HTML image element. 

 

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