Data.Bind.Components.TCustomBindControlValue.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 TCustomBindControlValue

説明

Active プロパティの protected 可視性の設定アクセサを実装したものです。

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


Active プロパティの protected 可視性の設定アクセサを実装したものです。


関連項目