Data.Bind.Components.TBaseLinkingBindSource

提供: RAD Studio API Documentation
2012年8月3日 (金) 06:38時点におけるL10nBot (トーク | 投稿記録)による版 (copied from Data.Bind.Components.TBaseLinkingBindScope)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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

Delphi

TBaseLinkingBindSource = class(TBaseBindScopeComponent)

C++

class PASCALIMPLEMENTATION TBaseLinkingBindSource : public TBaseBindScopeComponent

プロパティ

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

説明

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


TBaseLinkingBindSource は、TBaseBindScopeComponent から直接派生しているため、スコープ マッピングを追加する、スコープ メンバおよび値を取得する、スコープ自体またはメンバのスコープを返すなど、すべての機能を継承しています。また、このスコープ内のバインディング式やスコープ マッピングにアクセスするためのプロパティも提供します。

関連項目