|
|
|
|
|
|
|
WINDEV Mobile manages the following events by default (in order of appearance in the code editor): |
|
|
|
|
|
|
Associates a stream connection request with a Conference control. |
|
|
|
|
|
|
Detects and signals an error on required controls left empty and/or controls with invalid data.... |
|
|
|
|
|
|
MyPopupControl is used to handle the control that opened a popup window... |
|
|
|
|
|
|
Reads a table of SNMP values. |
|
|
|
|
|
|
Usage example of the OpenChild function |
|
|
|
|
|
|
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary. |
|
|
|
|
|
|
Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
The FOR EACH statement is used to browse strings according to different methods... |
|
|
|
|
|
|
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist):
from the HFSQL server to the server (to perform a backup for example).
from the HFSQL server to the client (to perform a local backup for example).
from the client to the HFSQL server (to update the data files for example).
from an HFSQL server to antoher HFSQL server.... |
|
|
|
|
|
|
Calculates the inverse of a square matrix. |
|
|
|
|
|
|
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction...... |
|
|
|
|
|
|
Modifies the display mode of errors. |
|
|
|
|
|
|
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress...... |
|
|
|
|
|
|
List of constants used by the functions for the assisted replication.... |
|
|
|
|
|
|
Modifies the behavior of standard FTP functions. |
|
|
|
|
|
|
Immediately redraws the window controls for which a graphic update is required. |
|
|
|
|
|
|
Downloads a document from the Google Docs service. |
|
|
|
|
|
|
Adds an additional HTTP header to a request of a REST Webservice. |
|
|
|
|
|
|
Starts the device's native camera application to record a video or to take a photo.... |
|
|
|
|
|
|
Searches for a value in a column of a TreeView Table control, in a specified branch. |
|
|
|
|
|
|
The WidthInPixel property is used to get the width in pixels of a control in a report. |
|
|
|
|
|
|
WINDEV allows you to easily manage the SOAP protocol by allowing you to create...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|