RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.GetInputName Method

Identifies the name to use when generating an HTML input for this adapter field.

Pascal
function GetInputName: string;
C++
__fastcall AnsiString GetInputName();

This functions returns the name used for an HTML input associated with this adapter field. This value is accessed with server-side script using the InputName property. GetInputName calls ImplGetInputName

 

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