RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValuesListValueField.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 'ValueField'. Server-side script can access this adapter field using the ValueField property. 

 

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