RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.ImplGetListName Method

Provides the underlying implementation for the GetListName method.

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

The GetListName method calls ImplGetListName to obtain the name part of the current name/value pair. This is the implementation of the ListName property that can be called from server-side script. 

ImplGetListName returns the value of the field that the NameField property specifies for the current record. The current record is determined by the current iteration on this object. 

 

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