nmpButtonConfirm (Function) |
Top Previous Next |
This function will make the button require confirmation before the "Button Pressed" event will be created.
Input: id : INT The ID of the button - between 1 and the button count defined in nmpButtonsDefine.
confirm : BOOL (Default: FALSE) Determines if the button requires confirmation.
message : STRING Determines the text in the confirmation dialog. Max. 199 characters.
Returns: INT
Declaration: FUNCTION nmpButtonConfirm : INT;
Example: INCLUDE rtcu.inc |