RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterBooleanField.GetInputStyleType Method

Suggests an HTML input type for this adapter field.

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

GetInputStyleType overrides TAdaperNamedDisplayField's GetInputStyleType method. GetInputStyleType returns htmliCheckBox indicating that a check box should be used to input this adapter field's value. 

 

GetInputStyleType 

TAdapterInputHTMLElementType

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