Jump to content

Event Components.Closing: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
JonnyW (talk | contribs)
XML Import to change Variable types into Variable Types
Line 1: Line 1:
Pre-Closedown routine for the component, sent when the component is linked
Pre-Closedown routine for the component, sent when the component is linked


Line 11: Line 10:


==Return value==
==Return value==
[[Variable types|ULONG]]
[[Variable Types|ULONG]]
Non-zero to prevent closedown
Non-zero to prevent closedown



Revision as of 11:09, 10 June 2013

Pre-Closedown routine for the component, sent when the component is linked

This event is part of the Components class

Parameters

This event has no parameters


Return value

ULONG Non-zero to prevent closedown


Detailed description

No additional information


Examples

No additional information