|
|
|
|
|
|
|
WINDEV allows you to open windows in popup format... |
|
|
|
|
|
|
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
MyPopupControl is used to handle the control that opened a popup window... |
|
|
|
|
|
|
Opens a popup window by specifying its opening position and waits until it is closed. |
|
|
|
|
|
|
Draws a rectangle in a WDPic variable. |
|
|
|
|
|
|
Rotates an image in a picLayer variable. |
|
|
|
|
|
|
Identifies the opacity of a pixel in a WDPic image with an Alpha channel. |
|
|
|
|
|
|
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis). |
|
|
|
|
|
|
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad).... |
|
|
|
|
|
|
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support.... |
|
|
|
|
|
|
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters.... |
|
|
|
|
|
|
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program...... |
|
|
|
|
|
|
The SMS structure is a preset structure of WLanguage (no declaration is required)...... |
|
|
|
|
|
|
The management of the incoming calls is performed in a specific "thread".... |
|
|
|
|
|
|
Returns the number of SMS messages stored on an Android phone. |
|
|
|
|
|
|
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...... |
|
|
|
|
|
|
Draws a polygon in an Image control, |
|
|
|
|
|
|
Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
Forces a report block to print. |
|
|
|
|
|
|
Draws an RTF text in an Image variable. |
|
|
|
|
|
|
Draws a text in an Image variable. |
|
|
|
|
|
|
Draws a circle or an ellipse section in an Image control. |
|
|
|
|
|
|
Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
Draws a circle arc or an ellipse arc in an Image variable. |
|
|
|
|
|
|
Draws a circle or an ellipse in an Image variable. |
|
|
|
|
|
|
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable. |
|
|
|
|
|
|
Draws a point in an Image variable. |
|
|
|
|
|
|
Saves an image:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|