ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
KeyPressed (Function)
Checks which key is pressed.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
J2EE constants
List of constants used by the J2EE functions....
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
<Element>.ExecuteRefreshUI (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......