|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Loads a file in XLSX format in a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts...... |
|
|
|
|
|
|
|
| The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails. |
|
|
|
|
|
|
|
| Automatically updates the controls in a window or page with:
the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor.
the values of the bound WLanguage variables.... |
|
|
|
|
|
|
|
| Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default). |
|
|
|
|
|
|
|
| Reads a record in a file according to a given record number. |
|
|
|
|
|
|
|
| Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook). |
|
|
|
|
|
|
|
| The ToolTip property gets and changes the tooltip text. |
|
|
|
|
|
|
|
| The CONTINUE keyword can correspond:
to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
to the CONTINUE: label. It allows you to declare a common code in a loop.... |
|
|
|
|
|
|
|
| Deletes all rows from:
a Table control populated programmatically,
a TreeView Table control populated programmatically,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
|
| Retrieves the characteristics of an image file or the characteristics of a PDF file :
format,
width and height,
number of bits per pixel.... |
|
|
|
|
|
|
|
| The serialization constants are as follows: |
|
|
|
|
|
|
|
| Retrieves the characteristics of an image file or the characteristics of a PDF file:
format.
width and height.
number of bits per pixel.
area of transparency.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service. |
|
|
|
|
|
|
|
| The NewLine property is used to determine:
in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX.
in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX.
in an Organizer control, whether an appointment was created via the popup menu.
in a Scheduler control, whether an appointment was created via the popup menu.... |
|
|
|
|
|
|
|
| Specifies the access path to an external component of project. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|