Data.Bind.DBScope.TCustomBindScopeDB.GetMember
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.DBScope.pas | |
Unit: Data.Bind.DBScope | |
Parent: TCustomBindScopeDB |
Delphi
function GetMember(const AMemberName: string): TObject; override;
Description
Returns a specific field from the dataset.
The GetMember method returns the field specified through the AMemberName
parameter from the dataset.