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