|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV includes several utility components that allow you to handle data directly...... |
|
|
|
|
|
|
|
| Finds a character string in an entire Document variable. |
|
|
|
|
|
|
|
| Restores the last action canceled on a Document variable. |
|
|
|
|
|
|
|
| Returns the number of canceled actions that can be redone on a Document variable. |
|
|
|
|
|
|
|
| Finds all the instances of a character string and replaces them with another string in a Document variable. |
|
|
|
|
|
|
|
| Saves a document as a "docx" file. |
|
|
|
|
|
|
|
| Undoes the last action performed on a Document variable. |
|
|
|
|
|
|
|
| Returns the number of actions that can be undone in a Document variable. |
|
|
|
|
|
|
|
| Deletes the entire history of Undo/Redo mechanism for a Word Processing document.... |
|
|
|
|
|
|
|
| Converts a Document variable into an HTML file. |
|
|
|
|
|
|
|
| Exports a page contained in a Document variable in image format. |
|
|
|
|
|
|
|
| Creates a character string with the data of a Document variable. |
|
|
|
|
|
|
|
| Inserts a table in a Document variable. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming...... |
|
|
|
|
|
|
|
| Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...... |
|
|
|
|
|
|
|
| From version 22, a Docker container with the HFSQL server is available in Docker Hub...... |
|
|
|
|
|
|
|
| Updates on the server all the links of an HFSQL Client/Server data file.... |
|
|
|
|
|
|
|
| The Google Contact service is used to manage contacts on Internet...... |
|
|
|
|
|
|
|
| In a Date edit control, opens a popup window displaying a calendar. |
|
|
|
|
|
|
|
| Enables or disables the management of cookies in an HTTP request run by HTTPRequest. |
|
|
|
|
|
|
|
| Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest. |
|
|
|
|
|
|
|
| Retrieves the cookies read by a call to HTTPSend for an HTTP domain. |
|
|
|
|
|
|
|
| Replaces all cookies stored by HTTPSend for a domain. |
|
|
|
|
|
|
|
| Returns the name of the month that corresponds to a specified date. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|