RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.GetInputStyleType Method

Indicates the preferred HTML element to use when editing this adapter field's value.

Pascal
function GetInputStyleType(const AAdapterMode: string): TAdapterInputHTMLElementType; override;
C++
virtual __fastcall TAdapterInputHTMLElementType GetInputStyleType(const AnsiString AAdapterMode);

GetInputStyleType returns htmliSelect if the ValuesList property is not nil (Delphi) or NULL (C++). Otherwise, htmliTextInput is returned. 

 

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