RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGotoPageAction.GetDisplayStyleType Method

Suggests an HTML display type for this adapter action.

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

GetDisplayStyleType returns htmlaAnchor, indicating that goto page commands should be displayed using a hyperlink. 

 

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