API: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

説明

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

Data.Bind.Components.TCustomBindScope は Data.Bind.Components.TBaseBindScopeComponent を継承しています。以下の内容はすべて Data.Bind.Components.TBaseBindScopeComponent を参照しています。


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


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

関連項目