|
|
|
|
|
|
|
Converts the HTML color into RGB color. |
|
|
|
|
|
|
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary. |
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min |
|
|
|
|
|
|
The KeyType property is used to set the characteristics of a key item. |
|
|
|
|
|
|
The DefaultValue property is used to:
Find out the default value of an item. This item was defined in the data model editor or through programming.
Define the default value of an item (when describing the item through programming).... |
|
|
|
|
|
|
The following constants are used by the functions for managing Facebook connections:... |
|
|
|
|
|
|
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include...... |
|
|
|
|
|
|
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request.... |
|
|
|
|
|
|
Checks whether an expression is Null in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether an expression is not Null in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether the specified expressions are different in assertive programming and in automated test mode. |
|
|
|
|
|
|
Checks whether an expression is set to True in assertive programming and in automated test mode. |
|
|
|
|
|
|
The SortType property is used to:
Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically.
Define the sort direction for an item or for a component of a composite key (when describing the item through programming).... |
|
|
|
|
|
|
Opens a connection to a specific database. |
|
|
|
|
|
|
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server. |
|
|
|
|
|
|
The following constants are used by the functions for managing parallel tasks: ...... |
|
|
|
|
|
|
The Date type enables you to easily handle the dates... |
|
|
|
|
|
|
The DateTime type enables you to easily handle a date and a time... |
|
|
|
|
|
|
Returns the week number within the year that corresponds to the specified date (this date is a character string). |
|
|
|
|
|
|
Positions on the previous file record according to a browse item. |
|
|
|
|
|
|
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers. |
|
|
|
|
|
|
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.). |
|
|
|
|
|
|
Changes the path to a data file (i.e. directory in which the file will be handled). |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Returns the message corresponding to the error identifier. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|