|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Adds a row in:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
Opens the system date picker. |
|
|
|
|
|
|
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation. |
|
|
|
|
|
|
Loads the content of an external file (text, image, ...) in a buffer variable. |
|
|
|
|
|
|
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.... |
|
|
|
|
|
|
Converts a value from a unit to another one. |
|
|
|
|
|
|
Copies a registry key with all its subkeys and values. |
|
|
|
|
|
|
Triggers the device's speech recognition service.... |
|
|
|
|
|
|
Creates a specific type of chart. |
|
|
|
|
|
|
Identifies or modifies the type of chart. |
|
|
|
|
|
|
Creates a connection to an Drive Google Drive. |
|
|
|
|
|
|
copy a directory on the Drive to another directory on the Drive (remote disk). |
|
|
|
|
|
|
Lists files in an Drive directory. |
|
|
|
|
|
|
Creates a connection to an Drive OneDrive. |
|
|
|
|
|
|
Creates a file on the remote disk. |
|
|
|
|
|
|
Create a connection to an Drive Dropbox. |
|
|
|
|
|
|
Deletes a file on the remote disk. |
|
|
|
|
|
|
Creates a directory on the remote disk. |
|
|
|
|
|
|
copy a single file from the remote disk to another directory on the remote disk. |
|
|
|
|
|
|
Deletes a directory (and the files it contains) on an Drive (remote disk). |
|
|
|
|
|
|
Lists the directories of an Drive. |
|
|
|
|
|
|
Move a directory and its contents to another directory on the same Drive (remote disk). |
|
|
|
|
|
|
Moves a file present in an Drive directory to another directory on this Drive (remote disk). |
|
|
|
|
|
|
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation.... |
|
|
|
|
|
|
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|