Parameter property


Only available for Thread objects.

Read/Write at design time

Specifies the name of an existing variable (case sensitive) whose address will be passed to the thread procedure as the lpParameter argument. The variable must exist and it has to be declared in the owner window (that is, the Window object containing the thread) or in a Module object.


WARNING: Easy Code DOES NOT PERFORM any check of the variable name. If it is not properly written, or does not exist, an error will be fired at compile time. If you do not wish to pass any value for that argument, that is to pass NULL, just set this property to blank (default).


REMARKS: For more information, please see the Thread object topic and the Threads example in the EasyCode\Examples folder.