API:Data.Bind.Components.TCustomLinkFillControlToProperty

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

Data.Bind.Components.TCustomLinkControlToPropertyData.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateTCustomLinkFillControlToProperty

Delphi

TCustomLinkFillControlToProperty = class(TCustomLinkControlToProperty, IControlEditorName)

C++

class PASCALIMPLEMENTATION TCustomLinkFillControlToProperty : public TCustomLinkControlToProperty

プロパティ

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

説明

コントロールの値をコンポーネント プロパティにバインドするための基底クラスを表します。

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


コントロールの値をコンポーネント プロパティにバインドするための基底クラスを表します。


TCustomLinkControlToProperty クラスには、コントロールの値をコンポーネント プロパティにバインドするための機能が実装されています。コンポーネント プロパティは、ユーザーがコントロールに入力したときに更新されます。

ヒント: コントロールは IEditObserver インターフェイスを実装している必要があります。

関連項目