|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce... |
|
|
|
|
|
|
Allows you to authenticate yourself beside a Salesforce platform. |
|
|
|
|
|
|
Disconnects:
the Salesforce platform.
the current Salesforce session.... |
|
|
|
|
|
|
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database. |
|
|
|
|
|
|
Requests the execution of a specific process. |
|
|
|
|
|
|
Merges the Salesforce records (also called Salesforce objects). |
|
|
|
|
|
|
Retrieves the Salesforce records from their identifiers. |
|
|
|
|
|
|
Clears the specified records from the Salesforce recycle bin. |
|
|
|
|
|
|
Adds a row into a TreeView Table control, at the end of a given hierarchy level. |
|
|
|
|
|
|
Moves the content of a row as well as its entire descending tree structure in a TreeView Table... |
|
|
|
|
|
|
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table... |
|
|
|
|
|
|
Returns the number of direct children for an element in a TreeView Table control. |
|
|
|
|
|
|
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found. |
|
|
|
|
|
|
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)... |
|
|
|
|
|
|
Deletes all child rows from a branch of the hierarchy. |
|
|
|
|
|
|
Returns the "parent" of an element in a TreeView Table control. |
|
|
|
|
|
|
Returns the "children" of an element (lower level) in a TreeView Table control. |
|
|
|
|
|
|
Inserts a row into a TreeView Table control, in a given hierarchy level. |
|
|
|
|
|
|
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table... |
|
|
|
|
|
|
Sorts a branch in a TreeView Table control on one or more columns. |
|
|
|
|
|
|
Copies an image to another image. |
|
|
|
|
|
|
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable. |
|
|
|
|
|
|
Dequeues an element from a queue. |
|
|
|
|
|
|
Pops an element from a stack. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|