RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterMemoField.GetInputStyleType Method

Returns htmliTextArea to indicate that this field should be represented by an HTML TextArea.

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

The GetInputStyleType returns htmliTextArea to indicate that this field should be represented by an HTML TextArea. TAdapterDisplayField and TAdapterInputColumn request the TAdapterInputHTMLElementType when generating the default HTML representation of an adapter field. 

 

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