|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Writes a message intended to another socket. |
|
|
|
|
|
|
|
| Builds a 4-byte integer from two 2-byte integers. |
|
|
|
|
|
|
|
| Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform.... |
|
|
|
|
|
|
|
| Used to find out whether an archive exists. |
|
|
|
|
|
|
|
| The FontUnderlined property is used to:
Determine if the text is underlined.
Underline (or not) a text.... |
|
|
|
|
|
|
|
| Used to find out whether an automatic test is currently run or not. |
|
|
|
|
|
|
|
| Moves a column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Retrieves and/or changes the character set used:
by all the screen fonts.
by all the operations performed on the character strings (functions and/or operators).... |
|
|
|
|
|
|
|
| Usage example of the fSize function |
|
|
|
|
|
|
|
| Returns the date of the first day of the year. |
|
|
|
|
|
|
|
| Used to find out and signal the possible errors via an assertive programming. |
|
|
|
|
|
|
|
| Usage example of the FTPSize function |
|
|
|
|
|
|
|
| Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
|
| Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search). |
|
|
|
|
|
|
|
| The Vertical property is used to:
determine if a control is oriented horizontally or vertically.
change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely).... |
|
|
|
|
|
|
|
| Retrieves the characteristics of an image file or the characteristics of a PDF file :
format,
width and height,
number of bits per pixel.... |
|
|
|
|
|
|
|
| Retrieves the content of the specified column from the query result, for the current line. |
|
|
|
|
|
|
|
| The Alias property is used to:
get or change the alias of a window (WINDEV and WINDEV Mobile).
get or change the alias of a dynamic tab (WINDEV).
get the internal HTML/JavaScript name of a control (WEBDEV).... |
|
|
|
|
|
|
|
| Checks the Hash of a character string for a specific type of algorithm. |
|
|
|
|
|
|
|
| Used to define the default value of Date, Time and DateTime variables. |
|
|
|
|
|
|
|
| Usage example of the HReadSeek function |
|
|
|
|
|
|
|
| The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page. |
|
|
|
|
|
|
|
| The Height property is used to get and change the height:
of a control or block in a report.
of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
of a break cell in a Table or Looper control.... |
|
|
|
|
|
|
|
| Usage example of the XMLParent function |
|
|
|
|
|
|
|
| The Day property is used to:
Get the day from a Date or DateTime variable, or get the number of days from a Duration variable.
Change the day of a Date or DateTime variable, or change the number of days of a Duration variable.
Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format)
Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|