Data.Bind.Components.TCustomBindScope

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

Data.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindScope

Delphi

TCustomBindScope = class(TBaseBindScopeComponent, IScopeActive,
IScopeRecordEnumerable)

C++

class PASCALIMPLEMENTATION TCustomBindScope : public TBaseBindScopeComponent

プロパティ

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

説明

LiveBinding を使って、指定されたコンポーネントに含まれているデータにアクセスする必要があるすべてのコンポーネントからそのデータにアクセスできるようにするためのあらゆるバインディング スコープ コンポーネントの基底クラスです。


TBindScope には、たとえば以下のような基本機能がカプセル化されています。

  • バインディング スコープをアクティブ状態またはそれ以外の状態にすること
  • LiveBinding を通じてアクセスされるコンポーネントを指定すること
  • このバインディング スコープ コンポーネントが自動的にアクティブになるかならないかを設定すること

アプリケーションでは、TCustomBindScope のインスタンスを直接作成しないでください。TBindScope を代わりに使用します。

関連項目