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

Description


Protected getter implementation for the Active property.

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