Data.Bind.Components.TCustomLinkFillControlToProperty.GetDelegates

From RAD Studio API Documentation

Delphi

function GetDelegates: TArray<TCommonBindComponent>; override;

C++

virtual System::DynamicArray<TCommonBindComponent*> __fastcall GetDelegates(void);

Properties

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

Description

Gets the delegate (or contained) binding components that this wrapper binding component uses to execute expressions and respond to user input. {{#multireplace:Data.Bind.Components.TCustomLinkFillControlToProperty.GetDelegates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TBindComponentDelegate.GetDelegates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TBindComponentDelegate.GetDelegates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

See Also