Data.Bind.Components.TCustomBindPosition.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActive: Boolean; override;

C++

virtual bool __fastcall GetActive();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindPosition

Description

Protected getter implementation for the Active property.

Data.Bind.Components.TCustomBindPosition.GetActive inherits from Data.Bind.Components.TActivatedContainedBindComponent.GetActive. All content below this line refers to Data.Bind.Components.TActivatedContainedBindComponent.GetActive.

Protected getter implementation for the Active property.

See Also