Data.Bind.Grid.GetIsLinkGridToDataSourceControl

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Unit: Data.Bind.Grid
Parent: Data.Bind.Grid

Delphi

function GetIsLinkGridToDataSourceControl(AGrid: TComponent): Boolean;

C++

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

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