|
|
|
|
|
|
|
Finds a USB device according to keywords. |
|
|
|
|
|
|
Copies the content of a Table or TreeView Table control to the clipboard. |
|
|
|
|
|
|
Retrieves a value from the local storage. |
|
|
|
|
|
|
Deletes a value from the local storage. |
|
|
|
|
|
|
Deletes all the values from the local storage. |
|
|
|
|
|
|
Returns the number of values for the local storage. |
|
|
|
|
|
|
Returns the name of a value for the local storage. |
|
|
|
|
|
|
Adds a link to a text section in an edit control. |
|
|
|
|
|
|
The HierarchicalDepth property is used to:
Find out the depth of a hierarchical control in a report.
Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming).... |
|
|
|
|
|
|
Adds a break into a Table or Looper control. |
|
|
|
|
|
|
Replaces all the parts of a string that follow a specific format. |
|
|
|
|
|
|
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control. |
|
|
|
|
|
|
The scope of a procedure defines whether it is public, private, etc...... |
|
|
|
|
|
|
Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data. |
|
|
|
|
|
|
An application written in WINDEV Mobile Android or iOS can receive Push notifications...... |
|
|
|
|
|
|
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability. |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming...... |
|
|
|
|
|
|
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls. |
|
|
|
|
|
|
Creates a character string from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
Emulates the next call to Dialog and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
Used to find out or modify the properties of the current Twain device. |
|
|
|
|
|
|
The controls from a window can be linked to a data file or existing query, ...... |
|
|
|
|
|
|
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend. |
|
|
|
|
|
|
Usage example of the HModify function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|