Data.Bind.Grid.TBaseLinkGridToDataSource.CanActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanActivate(Sender: TComponent): Boolean; override;

C++

virtual bool __fastcall CanActivate(System::Classes::TComponent* Sender);

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TBaseLinkGridToDataSource

Description

Lets the wrapper binding component indicate whether a delegate (or contained) binding component may be activated.

Data.Bind.Grid.TBaseLinkGridToDataSource.CanActivate inherits from Data.Bind.Components.TBindComponentDelegate.CanActivate. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.CanActivate.

Lets the wrapper binding component indicate whether a delegate (or contained) binding component may be activated.

The CanActivate method returns True if the delegate (or contained) binding component can be activated, False otherwise.

See Also