|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
Selects a row in a Looper control. |
|
|
|
|
|
|
Disconnects or ejects a USB device. |
|
|
|
|
|
|
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed. |
|
|
|
|
|
|
Returns the list of USB devices currently plugged into the current computer. |
|
|
|
|
|
|
Retrieves the value of a property for a USB device. |
|
|
|
|
|
|
Finds a USB device according to keywords. |
|
|
|
|
|
|
Adds a row at the end:
of a one- or two-dimensional WLanguage array.
of an advanced... |
|
|
|
|
|
|
Inserts a row at a given position:
into a two-dimensional WLanguage array.
into an advanced... |
|
|
|
|
|
|
Deletes a row at a given position:
from a two-dimensional array.
from the advanced array... |
|
|
|
|
|
|
Allows you to:
move a row in a two-dimensional array or in an advanced array property.... |
|
|
|
|
|
|
Allows you to:
move an element in a one-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
Returns:
the number of elements in a one-dimensional array.
the number of rows... |
|
|
|
|
|
|
Pauses the current thread during the specified duration. |
|
|
|
|
|
|
Returns:
at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV... |
|
|
|
|
|
|
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList... |
|
|
|
|
|
|
Returns the list of Exif tags available for the image used. |
|
|
|
|
|
|
Returns the value of an Exif tag for the image used. |
|
|
|
|
|
|
Modifies the value of an Exif tag for the image used. |
|
|
|
|
|
|
Saves the modifications performed on the Exif tags of an image by ImageInfoModify. |
|
|
|
|
|
|
Used to display two different types of charts in the same chart. |
|
|
|
|
|
|
Defines the source of the category labels. |
|
|
|
|
|
|
Defines the source of a series. |
|
|
|
|
|
|
Identifies or defines whether the category labels are refreshed whenever the chart is drawn. |
|
|
|
|
|
|
Identifies or defines whether a series is refreshed whenever the chart is drawn. |
|
|
|
|
|
|
Displays a progress bar when:
receiving the response to an HTTP request.
sending an HTTP form... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|