|
DialogNotCanceled | |
State = DialogNotCanceled() | |
Parameters: NONE | |
Returns: State = The Cancel State of the last dialog. 0=Dialog Canceled, 1= It wasn't canceled |
|
The DialogNotCanceled returns the cancel state of the last open dialog. The Function is used to check if a user canceled out of previous called dialog. This is mainly useful with those dialog functions return strings. Since it's possible the user could enter a Null string (a string with nothing in it), this just allows us to double check if the user wants to actually use the data return string or not. FACTS: *DialogNotCanceled can only return the state of last called dialog function. |
|
Example Source: Download This Example
|
Related Info: | InputQuery : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |