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