Data.Bind.DBScope.TCustomBindScopeDB.GetMemberNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

procedure GetMemberNames(AList: TStrings); virtual;

Description

Populates the list given through the AList parameter with the names of the members in the dataset.

See Also