Data.Bind.Grid.TBaseLinkGridToDataSource.GetDelegates

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: TBaseLinkGridToDataSource

Delphi

function GetDelegates: TArray<TCommonBindComponent>; override;

C++

virtual System::DynamicArray<Data::Bind::Components::TCommonBindComponent*> __fastcall GetDelegates();

Description

Gets the delegate (or contained) binding components that this wrapper binding component uses to execute expressions and respond to user input.

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

Gets the delegate (or contained) binding components that this wrapper binding component uses to execute expressions and respond to user input.

See Also