|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min |
|
|
|
|
|
|
|
| Deletes a cell from the status bar of the current window. |
|
|
|
|
|
|
|
| Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed. |
|
|
|
|
|
|
|
| Converts all characters in a string to lowercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| External component in practice... |
|
|
|
|
|
|
|
| Retrieves the activation status of the geolocation provider or asks to be notified when the status changes. |
|
|
|
|
|
|
|
| Reads a persistent value. |
|
|
|
|
|
|
|
| Tooltips are very useful for application users...... |
|
|
|
|
|
|
|
| The XInitial property is used to:
Get the X-coordinate:
of a control (position on the X-axis) when opening the window or the page.
of a window (position on X-axis) when opening the window.
Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window.
Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report.... |
|
|
|
|
|
|
|
| An array is a structured type that is used to group a set of elements of the same type... |
|
|
|
|
|
|
|
| Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search). |
|
|
|
|
|
|
|
| Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control. |
|
|
|
|
|
|
|
| Adds an appointment:
in a Lotus Notes or Outlook calendar.
in a calendar on a mobile device (Android or iOS).... |
|
|
|
|
|
|
|
| Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00"). |
|
|
|
|
|
|
|
| Converts all characters in a string to uppercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| List of functions for managing Google calendars... |
|
|
|
|
|
|
|
| List of functions for managing Google contacts... |
|
|
|
|
|
|
|
| A Line control is used to display a line in a page...... |
|
|
|
|
|
|
|
| The Cursor property is used to get and change the position of the mouse cursor in one of the following controls:
Edit control.
Editable Combo Box.
"Edit control" table column and "Editable Combo Box" table column.
Word Processing control.
HTML Editor control.... |
|
|
|
|
|
|
|
| Adds a SAML assertion to a Webservice request. |
|
|
|
|
|
|
|
| Checks if a stop request has been sent to the running thread. |
|
|
|
|
|
|
|
| Identifies the window that was in edit before the window that is currently in edit (for the same project). |
|
|
|
|
|
|
|
| Converts a currency into another currency. |
|
|
|
|
|
|
|
| Declares the font that will be used by dText:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|