Data.Bind.Components.TCustomBindListLink.ExecuteAssignToSourceExpression

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindListLink

Delphi

procedure ExecuteAssignToSourceExpression(const AControlExpression,
ASourceExpression: string; ACallback: TProc<IValue>; AType: TBindCompExpressionType); override;

C++

virtual void __fastcall ExecuteAssignToSourceExpression(const System::UnicodeString AControlExpression, const System::UnicodeString ASourceExpression, System::DelphiInterface<System::Sysutils::TProc__1<System::Bindings::Evalprotocol::_di_IValue> > ACallback, TBindCompExpressionType AType);

Description


Executes the assignment of a control's scope and expression to a given source's scope and expression.

Data.Bind.Components.TCustomBindListLink.ExecuteAssignToSourceExpression inherits from Data.Bind.Components.TCommonBindComponent.ExecuteAssignToSourceExpression. All content below this line refers to Data.Bind.Components.TCommonBindComponent.ExecuteAssignToSourceExpression.

Executes the assignment of a control's scope and expression to a given source's scope and expression. This method is called by the expression editor to evaluate expressions at design time.

See Also