Jump to content

API System.Notify: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import of API auto-gen
 
Admin (talk | contribs)
XML import API auto-gen
Line 1: Line 1:
wiki page name
wiki page name
==SystemNotify==
Sends a System.User message to the targeted component


Sends a System.User message to the targeted component
----


===Parameters===
===Parameters===
Line 24: Line 22:


===Examples===
===Examples===
====Calling in a calculation:====
====Calling in a calculation====
* Add to a calculation icon: ::System.Notify(target, ident, data)
* Add to a calculation icon: ::System.Notify(target, ident, data)

Revision as of 15:34, 10 May 2013

wiki page name Sends a System.User message to the targeted component


Parameters

HANDLE Target

The component to send the message to

ULONG Ident

A user-defined value for identification purposes
The default value for this parameter is: 0

ULONG Data

Some user-defined data to send to the target
The default value for this parameter is: 0

Return value

This call does not return a value

Detailed description

No additional information

Examples

Calling in a calculation

  • Add to a calculation icon: ::System.Notify(target, ident, data)