Data.Bind.Components.TBindScope

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

Data.Bind.Components.TCustomBindScopeData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindScope

Delphi

TBindScope = class(TCustomBindScope)

C++

class PASCALIMPLEMENTATION TBindScope : public TCustomBindScope

プロパティ

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

説明

LiveBinding を使って、指定されたコンポーネントに含まれているデータにアクセスする必要があるすべてのコンポーネントからそのデータにアクセスできるようにするための非ビジュアル コンポーネントです。


TBindScopeTCustomBindScope クラスをベースにしており、追加のプロパティも公開します。

設計時に TBindScope を使用すると、2 つのビジュアル コンポーネントを関連付けるバインディング式を追加できます。

関連項目

コード例