|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a 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. |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Constants for telemetry management... |
|
|
|
|
|
|
List of constants used by the encryption/compression functions... |
|
|
|
|
|
|
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site. |
|
|
|
|
|
|
The saasSubscription type is used to define the advanced characteristics regarding the subscription... |
|
|
|
|
|
|
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data... |
|
|
|
|
|
|
Implementing input suggestions in an Edit control is very simple...... |
|
|
|
|
|
|
A color (text color) can be assigned to the procedures so that they can be easily classified... |
|
|
|
|
|
|
The List Box and Combo Box controls can benefit from several AAFs...... |
|
|
|
|
|
|
Displays a Scheduler control from a specified date or returns the date of the first day (or last... |
|
|
|
|
|
|
The advanced dialog boxes are windows allowing you to communicate with the user...... |
|
|
|
|
|
|
The AutomaticEvent type is used to manage an automatic event. |
|
|
|
|
|
|
The statement USING ... IN makes it possible to automatically perform initialization and ending... |
|
|
|
|
|
|
The NewLine property is used to determine:
in a Table control, whether the current row... |
|
|
|
|
|
|
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes... |
|
|
|
|
|
|
The report editor gives you the ability to create "Composite" reports. In this case, the report... |
|
|
|
|
|
|
The Permission type represents a permission requested by the application (and therefore declared... |
|
|
|
|
|
|
The htmlDocument type is used to define all the advanced characteristics of an HTML document. |
|
|
|
|
|
|
The Alias property is used to:
get or change the alias of a window (WINDEV and WINDEV Mobile).... |
|
|
|
|
|
|
Copies the image of a control in a WINDEV window to a variable of type Image. |
|
|
|
|
|
|
Constants used by the Modbus management functions.... |
|
|
|
|
|
|
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis... |
|
|
|
|
|
|
The scope of a procedure defines whether it is public, private, etc...... |
|
|
|
|
|
|
WLanguage procedure ("Callback") called by fReadLine for each line read in the file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|