RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetDisplayStyleType Method

Suggests an HTML display type for this adapter action.

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

GetDisplayStyleType returns htmlaButton, indicating that this adapter action should be displayed using a submit button. Descendant classes may override this method to suggest other HTML display types. 

 

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