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

 

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