Data.Bind.DBScope.TCustomBindScopeDB.GetMember

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also