Data.Bind.Components.TBindComponentDelegate.GetDelegates
Delphi
function GetDelegates: TArray<TCommonBindComponent>; virtual; abstract;
C++
virtual System::DynamicArray<TCommonBindComponent*> __fastcall GetDelegates() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindComponentDelegate |
Description
Gets the delegate (or contained) binding components that this wrapper binding component uses to execute expressions and respond to user input.