API:Data.Bind.Components.TBaseBindExpression.GetActive

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

Delphi

function GetActive: Boolean; override;

C++

virtual bool __fastcall GetActive();

プロパティ

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

説明

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

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


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


関連項目