|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Draws an RTF text in a WDPic variable. |
|
|
|
|
|
|
|
| Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run. |
|
|
|
|
|
|
|
| Sends a command that will be run on the server. |
|
|
|
|
|
|
|
| Interrupts a link between an item and a data. |
|
|
|
|
|
|
|
| Sends a data to the program connected via DDE. |
|
|
|
|
|
|
|
| Retrieves a data sent by a program (the recipient of the connection for the specified object). |
|
|
|
|
|
|
|
| Allows to use an Automation object already started on the current computer. |
|
|
|
|
|
|
|
| Pastes the content of Windows clipboard into an OLE control. |
|
|
|
|
|
|
|
| Saves the object found in an OLE control in binary format. |
|
|
|
|
|
|
|
| Modifies the hue, the saturation and the lightness of an image found:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
|
| An application is often intended to be used by several users connected via a network...... |
|
|
|
|
|
|
|
| The popup menu of the windows (right mouse click on the window) contains the following options...... |
|
|
|
|
|
|
|
| Reads the value of a characteristic on a Bluetooth Low Energy device. |
|
|
|
|
|
|
|
| Writes a value to a characteristic on a Bluetooth Low Energy device. |
|
|
|
|
|
|
|
| Implementing input suggestions in an Edit control is very simple...... |
|
|
|
|
|
|
|
| Declares the default background color for the rectangles and circles, ... used in a WDPic variable. |
|
|
|
|
|
|
|
| Draws a line in a picLayer variable. |
|
|
|
|
|
|
|
| Identifies the color of a pixel contained in a WDPic variable. |
|
|
|
|
|
|
|
| Draws a section of a circle or an ellipse in a picLayer variable. |
|
|
|
|
|
|
|
| Link functions are used to link the interface with the data files (and vice versa).... |
|
|
|
|
|
|
|
| Unlocks the records of a data file:
locked by HLockFile.
individually locked by a locking read function.... |
|
|
|
|
|
|
|
| Unlocks a record locked by:
HLockRecNum,
a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example).... |
|
|
|
|
|
|
|
| Checks which key is pressed. |
|
|
|
|
|
|
|
| Hides a popup displayed in the page via PopupDisplay. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|