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

説明

これを使用して、バインディング コンポーネントを有効化し、データソースからの値が表示されるようにします。大抵は SetActive は、データソースが有効化された後、データソースがすべてのバインディングを有効化するために呼び出します。

関連項目