RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.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 returns the display type for an adapter field. Here, it returns htmldList to indicate a list. 

 

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