|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Modifies the value of a key if this one was not modified. |
|
|
|
|
|
|
Adds a new key/value couple into the Memcached cache on a group of servers.... |
|
|
|
|
|
|
Adds a value at the end of existing value in the cache for the given key on a group of servers. |
|
|
|
|
|
|
Modifies a key/value couple in the Memcached cache on a group of servers.... |
|
|
|
|
|
|
Increments the value associated with a key on a group of servers. |
|
|
|
|
|
|
Deletes a key from the Memcached cache on a group of servers. |
|
|
|
|
|
|
Modifies a key/value couple in the Memcached cache on a group of servers:
If the key exists,... |
|
|
|
|
|
|
Decrements the value associated with a key on a group of servers. |
|
|
|
|
|
|
Modifies the value of a key on a group of servers if this one was not modified. |
|
|
|
|
|
|
Adds a value at the start of existing value in the cache for the given key on a group of servers. |
|
|
|
|
|
|
Retrieves the values of keys stored on a Memcached server. |
|
|
|
|
|
|
Retrieves the values of keys stored on a group of Memcached servers. |
|
|
|
|
|
|
Checks whether one or all records in an unalterable data file have not been modified... |
|
|
|
|
|
|
Opens an image in an Image Editor control. |
|
|
|
|
|
|
Creates an image in the Image Editor control. |
|
|
|
|
|
|
Saves the image found:
in an Image Editor control.
in a WDPic variable.... |
|
|
|
|
|
|
Closes the image found in an Image Editor control. |
|
|
|
|
|
|
Creates a reader used to read an XML document without loading it in memory. |
|
|
|
|
|
|
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions... |
|
|
|
|
|
|
Sets the position on the next result of a search in the content of a PDF Reader control. |
|
|
|
|
|
|
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content... |
|
|
|
|
|
|
Opens the wait window of application. |
|
|
|
|
|
|
Closes the wait window of application opened by WaitWindowStart. |
|
|
|
|
|
|
Returns the index of an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
Modifies or returns the visibility state of the refresh bar in a window. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|