RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IValuesListAdapter.GetListName Method

Returns the name part of the current name/value pair.

Pascal
function GetListName: string;
C++
__fastcall AnsiString GetListName();

GetListName returns the name part of the current name/value pair. This method provides the support for the Name property of the values list adapter, which can be addressed by server-side script. 

If the current name/value pair does not have a name, GetListName returns an empty string. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!