API: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 the member for the given member name.

Data.Bind.DBScope.TCustomBindScopeDB.GetMember inherits from Data.Bind.Components.TBaseBindScopeComponent.GetMember. All content below this line refers to Data.Bind.Components.TBaseBindScopeComponent.GetMember.

Returns the member for the given member name.

The GetMember method returns the scope member, as a TObject, for the member name given through the AMemberName parameter. This member is later used in the generated bindings expressions.

Tip: This member object or its properties may be referenced by bindings expressions.

See Also