API:Data.Bind.Components.TCustomLinkFillControlToField

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

Data.Bind.Components.TCustomLinkControlToFieldData.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateTCustomLinkFillControlToField

Delphi

TCustomLinkFillControlToField = class(TCustomLinkControlToField, IControlEditorName)

C++

class PASCALIMPLEMENTATION TCustomLinkFillControlToField : public TCustomLinkControlToField

プロパティ

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

説明

コントロールをフィールドにリンクするための基底クラスを表します。

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


コントロールをフィールドにリンクするための基底クラスを表します。


TCustomLinkControlToField クラスでは、コントロールをデータ ソース内のフィールドにリンクする機能を実装しています。

ヒント: 方向が双方向の場合、コントロールは IEditLinkObserver インターフェイスをサポートしている必要があります。

関連項目