RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterPasswordField.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 htmliPassword indicating that a password input HTML element should be used to input a value for this adapter field. 

 

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