Data.Bind.Components.TCustomLinkPropertyToField.GetDelegates
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomLinkPropertyToField |
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.TCustomLinkPropertyToField.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.