Data.Bind.Components.TCustomLinkPropertyToField.SetActive

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

Delphi

procedure SetActive(Value: Boolean); override;

C++

virtual void __fastcall SetActive(bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkPropertyToField

説明

Active プロパティを操作するための protected 設定メソッドの実装です。

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

Active プロパティを操作するための protected 設定メソッドの実装です。

関連項目