Data.Bind.Components.TCustomLinkFillControlToProperty.GetDelegates

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetDelegates: TArray<TCommonBindComponent>; override;

C++

virtual System::DynamicArray<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.Components.TCustomLinkFillControlToProperty.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