RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.GetDefaultFieldName Method

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

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

This function returns the default field name for the field. This name will be used when a field name has not be set using ImplSetFieldName. GetDefaultFieldName returns the name of the adapter field component. Descendants may override this function. 

 

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