Data.Bind.Components.TBaseBindScopeComponent.GetMemberScope

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetMemberScope(const AMemberName: string): IScope; virtual;

C++

virtual System::Bindings::Evalprotocol::_di_IScope __fastcall GetMemberScope(const System::UnicodeString AMemberName);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent


説明

指定されたメンバー名のバインディング スコープを返します。

GetMemberScope メソッドは、AMemberName パラメータで渡されたメンバー名のバインディング スコープを返します。

関連項目