RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplGetVariableName Method

Gets the name used to reference this adapter field with server-side script.

Pascal
function ImplGetVariableName: string; virtual;
C++
virtual __fastcall AnsiString ImplGetVariableName();

This function is called by GetVariableName. GetVariableName returns the field name set by ImplSetFieldName unless this name is blank. If the field name is blank, the result of GetDefaultFieldName is returned. 

 

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