|
|
|
|
|
|
|
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery). |
|
|
|
|
|
|
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window. |
|
|
|
|
|
|
Creates the image of the specified window in a BMP file. |
|
|
|
|
|
|
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example). |
|
|
|
|
|
|
Positions the memory zone on an element. |
|
|
|
|
|
|
Adds a row in:
a Table control,
a TreeView Table control,
a Combo Box control "with table" (Table control displayed in a Combo Box control).... |
|
|
|
|
|
|
Minimizes a WINDEV window. |
|
|
|
|
|
|
Calculates:
the number of occurrences of a specific character string (by respecting the search criteria) in another character string.
the number of occurrences of a set of strings in an array.... |
|
|
|
|
|
|
Returns the number of elements found in a memory zone. |
|
|
|
|
|
|
Refreshes a Table or TeeeView Table control from a given position:
for a control linked to a file: changes made in the linked data file are reflected in the control.
for a control handled programmatically: the calculated columns are re-calculated.... |
|
|
|
|
|
|
Formats a character string according to the selected options. |
|
|
|
|
|
|
Modifies an element in a memory zone. |
|
|
|
|
|
|
Adjusts the title and size of columns found in a Table or TreeView Table control. |
|
|
|
|
|
|
WinSize:
returns or modifies the window display mode (maximized, minimized or normal),
modifies the window height and/or width,
moves the window and modifies a window's height and/or width.... |
|
|
|
|
|
|
Builds a character string from an initial string and parameters. |
|
|
|
|
|
|
Checks the existence of a memory zone. |
|
|
|
|
|
|
Creates a Table control from the items of a data file (view or query). |
|
|
|
|
|
|
Immediately redraws the window controls for which a graphic update is required. |
|
|
|
|
|
|
Compares two strings character by character:
according to the sequence of ASCII characters.
according to the alphabetical order.... |
|
|
|
|
|
|
Used to find out whether the browse performed on a memory area is outside this memory area. |
|
|
|
|
|
|
TableMode is kept for backward compatibility. |
|
|
|
|
|
|
Identifies the window that was in edit before the window that is currently in edit (for the same project). |
|
|
|
|
|
|
Returns the character corresponding to the specified ASCII code. |
|
|
|
|
|
|
Returns the index of the current element. |
|
|
|
|
|
|
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|