Data.Bind.Grid.GetIsLinkGridToDataSourceControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsLinkGridToDataSourceControl(AGrid: TComponent): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall GetIsLinkGridToDataSourceControl(System::Classes::TComponent* AGrid);

Properties

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

Description

Indicates whether the given component can be used as the control of a TLinkGridToDataSource component. This method is used internally at design time by the LiveBindings Designer.

See Also