Data.Bind.Components.TBaseBindScopeComponent

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

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseBindScopeComponent

Delphi

TBaseBindScopeComponent = class(TComponent, IScopeComponent, IScopeExpressions, IScopeLocks)

C++

class PASCALIMPLEMENTATION TBaseBindScopeComponent : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

説明

バインディング スコープ コンポーネントの基底クラスです。


TBaseBindScopeComponentTCustomBindScope コンポーネントの上位クラスです。TBaseBindScopeComponent は、スコープ マッピングの追加、スコープ メンバおよび値の取得、スコープそのものまたはメンバのスコープの返却などの機能を提供します。また、このスコープ内のバインディング式やスコープ マッピングにアクセスするためのプロパティも提供します。

関連項目