SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎

target.IsTrue


Platform Objects


Description

Checks if the value passed to the function is True.


Syntax


Function IsTrue(value)


Parameters


variant value - a value to be checked.


Return value


boolean - true: the value is true, false is null, empty, or otherwise false.


See also

Platform Objects and Methods
target.IsRunning
target.KillProcess
Target Methods