RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterApplicationTitleField.GetDefaultFieldName Method

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

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

GetDefaultFieldName returns 'Title'. This allows server-side script to access this adapter field using the parent adapter's Title property. 

 

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