Initialize and Finalize
The Initialize
procedure will be execute before any other events and can be used to initialize global variables.
Th Finalize
procedure will called after the project is done and must be used to clear eventual gloabl objects created in the Initialize
procedure
Example
Last updated
Was this helpful?