Data.Bind.DBLinks.TBaseBindDBFieldLink.GetDelegates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDelegates: TArray<TCommonBindComponent>; override;

C++

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

Properties

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

Description

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

Data.Bind.DBLinks.TBaseBindDBFieldLink.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