ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Enabling or disabling the automatic control Hide the details
Full path of control file (a UNC path can be used). The control file is a text file, with a defined structure (see Structure of control file for more details). If this parameter corresponds to an empty string (""), the control is disabled for the current application. WDADMINEXE is used to simplify the creation of the control file.
True to run the "Closing" event of the project when exiting the application automatically,False (default value), to prevent the execution of the "Closing" event of the project.
Automatic control while opening of a custom window Hide the details
Full path of control file. The control file is a text file, with a defined structure (see Structure of control file for more details). If this parameter corresponds to an empty string (""), the control is disabled for the current application. WDADMINEXE is used to simplify the creation of the control file.
Name of the application window that will be opened to process the messages sent by the remote control. See Remote check: Customizing with a window for more details.This window must be associated with a procedure of the following type: PROCEDURE <Window name> (<Mode>, <Message>, <Display duration>) <Mode>Retrieves the current mode for remote control:acForbidden: access denied to the applicationacWarning: warning of imminent shutdownacStop: application shutdown<Message>Retrieves the message corresponding to the current mode (this message must be displayed in the window)<Display duration>Maximum display duration of the window (in seconds)
Automatic control with custom procedure Hide the details
Full path of control file. The control file is a text file, with a defined structure (see Structure of control file for more details). If this parameter corresponds to an empty string, the check is disabled for the current application. WDADMINEXE is used to simplify the creation of the control file.
Name of the WLanguage procedure called to process the messages sent by the remote control. See Remote check: Customizing with a procedure for more details. This procedure must be a global procedure of application and it must be declared as follows: PROCEDURE <Procedure name> ([<Mode> [, <Message> [, <Display duration>]]]) <Mode>Retrieves the current mode for remote control:acForbidden: access denied to the applicationacWarning: warning of imminent shutdownacStop: application shutdownCaution: When the application is stopped (acStop constant), the program is not stopped automatically: EndProgram must be found in your code in order to end the application.<Message>Retrieves the message corresponding to the current mode<Display duration>Maximum display time of a possible window (in seconds)
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: