|
|
|
|
|
|
|
|
|
|
|
|
|
|
| In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ...
WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications.... |
|
|
|
|
|
|
|
| The InitialValue property is used to get and/or change an initial value.... |
|
|
|
|
|
|
|
| The UnderlineColor property allows you to define the color used to underline an element. |
|
|
|
|
|
|
|
| Usage example of HInfoDatabaseRights |
|
|
|
|
|
|
|
| Retrieves a list of contacts from custom parameters. |
|
|
|
|
|
|
|
| Deletes an element from a TreeMap control. |
|
|
|
|
|
|
|
| Adds a page beside Google Analytics. |
|
|
|
|
|
|
|
| Lists all the comments on the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
|
| Allows you to:
know if a comment is selected in a Spreadsheet control,
select or deselect a comment in a Spreadsheet control.... |
|
|
|
|
|
|
|
| Replaces all the cookies stored for a domain:
by HTTPRequest.
by HTTPSend.... |
|
|
|
|
|
|
|
| Lists the device contacts corresponding to the specified criteria. |
|
|
|
|
|
|
|
| Specifies whether the code is run from:
a process in AJAX mode.
a procedure called by AJAXExecute or AJAXExecuteAsynchronous.... |
|
|
|
|
|
|
|
| The FormulaBarVisible property is used to:
Find out whether a formula bar is displayed in a Spreadsheet control.
Display (or not) a formula bar in a Spreadsheet control.... |
|
|
|
|
|
|
|
| The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls. |
|
|
|
|
|
|
|
| Clears the content of an Image variable or Image control and fills it with the specified color. |
|
|
|
|
|
|
|
| The docRow type is used to define the advanced characteristics of a table row in a Word Processing document. |
|
|
|
|
|
|
|
| Calculates the transposed matrix. |
|
|
|
|
|
|
|
| Sends the character string passed in parameter to the print "buffer". |
|
|
|
|
|
|
|
| Positions on the last element (tag or attribute) of the current tree level. |
|
|
|
|
|
|
|
| Positions on the first element (tag or attribute) in the current tree level. |
|
|
|
|
|
|
|
| Sends a communication request (HTTP request) to a Google service. |
|
|
|
|
|
|
|
| The Sound keyword can correspond to:
the Sound function, which is used to play Wav audio files.
the Sound property.... |
|
|
|
|
|
|
|
| Returns:
the list of events found between two given times in a TimeLine control,
all events of a TimeLine control,
a specific event (selected or hovered).... |
|
|
|
|
|
|
|
| Usage example of the FTPCurrentDir function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|