|
|
|
|
|
|
|
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code... |
|
|
|
|
|
|
WEBDEV allows you to create static pages and dynamic pages... |
|
|
|
|
|
|
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
|
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
Opens a replication in direct mode or with a replication server. |
|
|
|
|
|
|
Two types of variables are available... |
|
|
|
|
|
|
Returns the value of a cookie received further to an HTTP request. |
|
|
|
|
|
|
The NbColumn property is used to get the number of columns in a report. |
|
|
|
|
|
|
Identifies the "parent" of a graphic object: control, column, window, page, ... |
|
|
|
|
|
|
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV). |
|
|
|
|
|
|
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). |
|
|
|
|
|
|
Changes the path to a data file (i.e. directory in which the file will be handled). |
|
|
|
|
|
|
Adds a contact:
in a Lotus Notes or Outlook address book.
into the list of contacts on the device (Android, iPhone or iPad, Universal Windows).... |
|
|
|
|
|
|
The ImageState property is used to get and change the number of drawings in:
The image associated with a button.
The image of the cursor in a slider.
The image associated with the button of a sidebar pane.
The image associated with the button of a tab pane.
The image associated with the Rating control.
The image associated with a group in a Ribbon control.
The image associated with a menu option.... |
|
|
|
|
|
|
Checks the existence of a control (or group of controls) in a window, in a page or in a report. |
|
|
|
|
|
|
Expands the list of a Combo Box control (single-column or multi-column Combo Box). |
|
|
|
|
|
|
Retrieves the title of a column found in an XLS file. |
|
|
|
|
|
|
Pauses the current thread during the specified duration. |
|
|
|
|
|
|
Asks a service to re-read its configuration information. |
|
|
|
|
|
|
Returns the activation status of the NFC sensor found on the device. |
|
|
|
|
|
|
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi). |
|
|
|
|
|
|
Continuing to run a process when the application is in background is very useful on mobile...... |
|
|
|
|
|
|
Copies the attachment of current email onto the user computer (locally). |
|
|
|
|
|
|
Returns information about a replication. |
|
|
|
|
|
|
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. |
|
|
|
|
|
|
Opens the User Groupware configuration window or page. |
|
|
|
|
|
|
Validates a new user in the User Groupware database by activating the user. |
|
|
|
|
|
|
Starts a new SSH session of "Shell" type. |
|
|
|
|
|
|
Returns information about the Windows version used on the current computer. |
|
|
|
|
|
|
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include...... |
|
|
|
|
|
|
Returns the list of items:
found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
found in a Record variable.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|