Data.Bind.Components.TBindCompDesignExpression.ExecuteAssignToSourceProc

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindCompDesignExpression

Delphi

property ExecuteAssignToSourceProc: TExecuteDesignExpression2 read FExecuteAssignToSourceProc;

C++

__property _di_TExecuteDesignExpression2 ExecuteAssignToSourceProc = {read=FExecuteAssignToSourceProc};

Description

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

See Also