|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a 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 description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records... |
|
|
|
|
|
|
List of constants used by properties associated with windows, reports, pages and controls.... |
|
|
|
|
|
|
The generation of a WINDEV Mobile application for Android groups all project elements (windows,... |
|
|
|
|
|
|
Discover the main actions that can be performed on the windows.... |
|
|
|
|
|
|
The InputMask property is used to:
get the input mask.
set the input mask (from the masks... |
|
|
|
|
|
|
A component must be created from a project containing all the elements required... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|