|
|
|
|
|
|
|
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)... |
|
|
|
|
|
|
A Value Description variable is used to handle the description of an enumeration value through programming. |
|
|
|
|
|
|
Types of accessible files... |
|
|
|
|
|
|
An Option Description variable is used to handle the characteristics of a combination option through programming. |
|
|
|
|
|
|
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ... |
|
|
|
|
|
|
Returns the name of the month that corresponds to a specified date. |
|
|
|
|
|
|
Returns the week number within the year that corresponds to the specified date. |
|
|
|
|
|
|
Converts a date and time to an 8-byte real. |
|
|
|
|
|
|
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).... |
|
|
|
|
|
|
Returns the name of the day that corresponds to a specified date. |
|
|
|
|
|
|
Returns the day that corresponds to a given date. |
|
|
|
|
|
|
Converts a date to an integer. |
|
|
|
|
|
|
Converts:
a date to a string in the specified format.
a date time to a string in the specified format.... |
|
|
|
|
|
|
Converts a duration to a character string in the specified format. |
|
|
|
|
|
|
Converts an ANSI string (Windows) to a UNICODE string. |
|
|
|
|
|
|
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string. |
|
|
|
|
|
|
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00"). |
|
|
|
|
|
|
Checks whether a character string starts:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
Extracts all the substrings from a character string based on one or more string separators. |
|
|
|
|
|
|
Checks whether a character string ends:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
Increments a number at the beginning or at the end of a string. |
|
|
|
|
|
|
Inserts a string into another character string at a given position. |
|
|
|
|
|
|
Reverses the characters of a string. |
|
|
|
|
|
|
Formats a character string according to the selected options. |
|
|
|
|
|
|
An Item Description variable is used to describe one or more items in a data file programmatically. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|