|
|
|
|
|
|
|
|
|
|
|
|
|
|
| To configure the general options of the window editor... |
|
|
|
|
|
|
|
| The main elements of window editor are as follows: |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
|
| All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
|
| The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
|
| Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause. |
|
|
|
|
|
|
|
| Prints a bar code (inside a rectangle). |
|
|
|
|
|
|
|
| Specifies whether the code is run from:
a process in AJAX mode.
a procedure called by AJAXExecute or AJAXExecuteAsynchronous.... |
|
|
|
|
|
|
|
| The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
|
| Opens a modal dialog with a calendar to enter a date. |
|
|
|
|
|
|
|
| Opens a media file in a Multimedia control. |
|
|
|
|
|
|
|
| Retrieves or modifies the options of the runtime log. |
|
|
|
|
|
|
|
| Creates or modifies the value of an XML element or the value of the attribute for an XML element. |
|
|
|
|
|
|
|
| The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value. |
|
|
|
|
|
|
|
| The After property replaces or inserts a procedure after the other procedures in:
a Procedure variable.
an event associated with a control.... |
|
|
|
|
|
|
|
| Converts a string with hexadecimal bytes to a binary buffer. |
|
|
|
|
|
|
|
| Initializes the generator of random numbers. |
|
|
|
|
|
|
|
| Adds a backslash to the end of a string, if necessary. |
|
|
|
|
|
|
|
| Positions on the element found before the current element of a memory zone and returns the value of this element. |
|
|
|
|
|
|
|
| Creates an amortization matrix for a fixed-rate loan over a defined period of time. |
|
|
|
|
|
|
|
| Returns the name of the day that corresponds to a specified date (this date is an integer). |
|
|
|
|
|
|
|
| Converts a duration in character string format to a duration that can be used by a Duration variable. |
|
|
|
|
|
|
|
| Checks the whether the matrix exists in memory. |
|
|
|
|
|
|
|
| Returns the list of drivers for the Twain devices connected to the current computer. |
|
|
|
|
|
|
|
| List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))... |
|
|
|
|
|
|
|
| Returns:
the number of elements in a one-dimensional array.
the number of rows in a two-dimensional array.
the number of elements in the first dimension of a three-dimensional or N-dimensional array.... |
|
|
|
|
|
|
|
| Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document. |
|
|
|
|
|
|
|
| Inserts the current XML tag found in an XML document into another XML document. |
|
|
|
|
|
|
|
| Renames the current element (tag or attribute) in an XML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|