Reference to function

<< Click to Display Table of Contents >>

Navigation:  Script Language >

Reference to function

Variables can contain reference to any function defined in script or registered from Delphi code.

Example:

 
t := ShowMessage;
t('test');