RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValuesListNameField.GetDefaultFieldName Method

Returns the name used to access this adapter field using server-side script.

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

GetDefaultFieldName returns 'NameField'. Server-side script can access this adapter field using the NameField property. 

 

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