RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedDisplayField.GetInputStyle Method

Returns a string value to suggest an HTML input style for this adapter field.

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

GetInputStyle implements IGetHTMLStyle's GetInputType method by translating the result value of GetInputStyleType into a string. 

 

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