RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetInputStyle Method

Returns a string value to suggest an HTML display style for this adapter action.

Pascal
function GetInputStyle(const AAdapterMode: string): string;
C++
__fastcall AnsiString GetInputStyle(const AnsiString AAdapterMode);

GetInputStyle implements IGetHTMLStyle's GetInputType method by returning the result of GetDisplayStyle. This method must be implemented as part of IGetHTMLStyle. GetInputStyle is treated as a synonym of GetDisplayStyle

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!