|
|
|
|
|
|
|
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity... |
|
|
|
|
|
|
There are multiple solutions to provide help to the users... |
|
|
|
|
|
|
The "About" window is used to display and access various information about the current application... |
|
|
|
|
|
|
WINDEV proposes a help menu adapted to your applications... |
|
|
|
|
|
|
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites... |
|
|
|
|
|
|
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications... |
|
|
|
|
|
|
This diagram presents the different steps for developing an application with WINDEV... |
|
|
|
|
|
|
The return value of the process currently run can be assigned... |
|
|
|
|
|
|
Temporarily disables the filter on a data file (view or query). |
|
|
|
|
|
|
Converts a numeric value into a binary string in order to perform a search on a numeric key. |
|
|
|
|
|
|
Positions on the previous element (tag or attribute). |
|
|
|
|
|
|
Opens the list of values proposed by the assisted input for an edit control. |
|
|
|
|
|
|
Closes the list of values proposed by the assisted input for an edit control. |
|
|
|
|
|
|
Usage example of the HOut function |
|
|
|
|
|
|
Usage example of the EmailSendMessage function |
|
|
|
|
|
|
Modifies a scheduled optimization task on the HFSQL server defined by the connection. |
|
|
|
|
|
|
Immediately ends the execution of the current task: the task is flagged as ptsCanceled. |
|
|
|
|
|
|
Retrieves the structure and value of the current record and exports them into a string in JASON format. |
|
|
|
|
|
|
Adds a report into a sequence of report prints. |
|
|
|
|
|
|
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks. |
|
|
|
|
|
|
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable. |
|
|
|
|
|
|
Returns the result of the (bitwise) logical OR between two values. |
|
|
|
|
|
|
A Progress Bar control can be handled through programming...... |
|
|
|
|
|
|
Usage example of the HChangeConnection function |
|
|
|
|
|
|
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space. |
|
|
|
|
|
|
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter). |
|
|
|
|
|
|
Adds a measure for a value or time sensor. |
|
|
|
|
|
|
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.).... |
|
|
|
|
|
|
Positions on the last element (tag or attribute) of the current tree level. |
|
|
|
|
|
|
Positions on the first element (tag or attribute) in the current tree level. |
|
|
|
|
|
|
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|