|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Sends a control message to a service. |
|
|
|
|
|
|
|
| Modifies the font used for the category labels of a chart. |
|
|
|
|
|
|
|
| Modifies the caption and/or position of the chart title.... |
|
|
|
|
|
|
|
| Creates a specific type of chart. |
|
|
|
|
|
|
|
| Adds:
the record found in memory into the data file (query or view).
the record found in a Record variable into the data file (query or view).... |
|
|
|
|
|
|
|
| Indicates various parameters of additional legend in a chart. |
|
|
|
|
|
|
|
| Usage example of the HConnect function |
|
|
|
|
|
|
|
| Begins, commits or rolls back a transaction:
on the files of a database opened by SQLConnect,
on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection.... |
|
|
|
|
|
|
|
| Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook). |
|
|
|
|
|
|
|
| Returns the date selected in a Calendar control. |
|
|
|
|
|
|
|
| Clears an HTTP form that is currently edited. |
|
|
|
|
|
|
|
| Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section). |
|
|
|
|
|
|
|
| Returns the current theme of the device. |
|
|
|
|
|
|
|
| Creates a directory (and the intermediate directories if necessary). |
|
|
|
|
|
|
|
| The code editor allows you to enter "Code snippets"...... |
|
|
|
|
|
|
|
| Manages authentication on a Google server (via the "OAuth 2.0" authentication mode). |
|
|
|
|
|
|
|
| Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers. |
|
|
|
|
|
|
|
| Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format). |
|
|
|
|
|
|
|
| Usage example of the HCloseConenction function |
|
|
|
|
|
|
|
| Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section. |
|
|
|
|
|
|
|
| Deletes a file accessible from the current computer. |
|
|
|
|
|
|
|
| Decodes a character string in UUEncode format. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|