Data.Bind.Components.TBindCompDesignExpression.ExecuteAssignToSourceProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExecuteAssignToSourceProc: TExecuteDesignExpression2 read FExecuteAssignToSourceProc;

C++

__property _di_TExecuteDesignExpression2 ExecuteAssignToSourceProc = {read=FExecuteAssignToSourceProc};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindCompDesignExpression

Description

Reference to a procedure that executes internally when assigning the bindings expression to a source object.

See Also