RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesValueField.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'. This allows server-side script to access this adapter field using the parent adapter's ValueField property. 

 

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