Data.Bind.Components.TBindCompDesignExpression.SaveSourceProc

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 SaveSourceProc: TSaveDesignExpression read FSaveSourceProc;

C++

__property _di_TSaveDesignExpression SaveSourceProc = {read=FSaveSourceProc};

Description

Reference to a procedure that executes when saving the textual bindings expression for the source object.

See Also