Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.GetMember

From RAD Studio API Documentation

Delphi

function GetMember(const AMemberName: string): TObject; override;

C++

virtual System::TObject* __fastcall GetMember(const System::UnicodeString AMemberName);

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBaseObjectBindSourceDelegate

Description

Returns the member for the given member name. {{#multireplace:Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.GetMember|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TBaseBindScopeComponent.GetMember|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TBaseBindScopeComponent.GetMember|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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