|
RAD Studio VCL Reference
|
Provides the underlying implementation for the GetListName method.
function ImplGetListName: string; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|