|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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 procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| Indicates the start of a series of actions performed in a variable of type Diagram in a single... |
|
|
|
|
|
|
|
| Indicates the start of a series of actions performed in a Diagram Editor control in a single event... |
|
|
|
|
|
|
|
| Indicates the end of a series of actions performed in a variable of type Diagram in a single event... |
|
|
|
|
|
|
|
| Indicates the end of a series of actions performed in a Diagram Editor control in a single event... |
|
|
|
|
|
|
|
| Attaches or changes the attach position of a Dockable Panel control. |
|
|
|
|
|
|
|
| Activates a panel when several panels are docked together. |
|
|
|
|
|
|
|
| Converts a UTF-8 string to ANSI or UNICODE. |
|
|
|
|
|
|
|
| Exports a diagram to an SVG image. |
|
|
|
|
|
|
|
| Changes the contrast of an image in an Image variable. |
|
|
|
|
|
|
|
| Blurs the entire given area in a variable of type Image. |
|
|
|
|
|
|
|
| Blurs the entire given area in a variable of type WDPic (on the background layer). |
|
|
|
|
|
|
|
| Blurs the entire given area in a variable of type picLayer. |
|
|
|
|
|
|
|
| Searches for an element by its name in a Word Processing document. |
|
|
|
|
|
|
|
| Entirely or partially locks an external file. |
|
|
|
|
|
|
|
| Finds a character string or a buffer in a file opened by fOpen. |
|
|
|
|
|
|
|
| Entirely or partially unlocks an external file. |
|
|
|
|
|
|
|
| Reads:
a block of bytes (characters) in an external file (ANSI or Unicode),
the content... |
|
|
|
|
|
|
|
| Reads a line from an external file (ANSI or UNICODE). |
|
|
|
|
|
|
|
| Reads a line in an external file, gets sections of this line according to a regular expression... |
|
|
|
|
|
|
|
| Returns the size of a file (in bytes). |
|
|
|
|
|
|
|
| Performs MongoDB write operations in bulk. This allows you to avoid network latency issues... |
|
|
|
|
|
|
|
| Returns the list of WEBDEV accounts on a WEBDEV Application Server. |
|
|
|
|
|
|
|
| Updates the parameters of a WEBDEV account in a WEBDEV Application Server. |
|
|
|
|
|
|
|
| Returns the list of current connections on a WEBDEV Application Server. |
|
|
|
|
|
|
|
| Deletes a WEBDEV account from a WEBDEV Application Server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|