Data.Bind.DBScope.TCustomBindScopeDB.GetMember

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also