|
|
|
|
|
|
|
The window creation wizard offers many types of windows associated with HFSQL data files... |
|
|
|
|
|
|
Your window contains overlapping controls?... |
|
|
|
|
|
|
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces... |
|
|
|
|
|
|
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window... |
|
|
|
|
|
|
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid... |
|
|
|
|
|
|
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)... |
|
|
|
|
|
|
You can create a skin template from an existing skin template (provided by PC SOFT, for example)... |
|
|
|
|
|
|
Modern UIs generally use larger windows, pages and fonts... |
|
|
|
|
|
|
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile... |
|
|
|
|
|
|
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor... |
|
|
|
|
|
|
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key... |
|
|
|
|
|
|
Copying the style of a control consists in copying the characteristics of a control style into another control... |
|
|
|
|
|
|
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)... |
|
|
|
|
|
|
To create modern interfaces, you need to increase spacing between the controls in your windows... |
|
|
|
|
|
|
The project comparator is used to compare two elements and to list the differences found... |
|
|
|
|
|
|
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
The advanced interface checker is a tool that allows you to improve the layout of controls in the different windows of the application... |
|
|
|
|
|
|
Comparing two windows (two pages, two reports, two classes, ... |
|
|
|
|
|
|
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options... |
|
|
|
|
|
|
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers... |
|
|
|
|
|
|
The code statistics affect... |
|
|
|
|
|
|
Returns the date of first day of the week (i.e., Monday). |
|
|
|
|
|
|
Copies an email found in a directory to another directory of an IMAP server. |
|
|
|
|
|
|
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable]. |
|
|
|
|
|
|
Modifies the caption of a category on the X-axis of a Heatmap chart. |
|
|
|
|
|
|
Modifies the caption of a category on the Y-axis of a Heatmap chart. |
|
|
|
|
|
|
The Underline property is used to:
Find out whether a Font variable is underlined.
Underline (or not) a Font variable.... |
|
|
|
|
|
|
The InternalReportName property is used to:
Find out the name of the report printed in an "Internal Report" control.
Change the report printed in an "Internal Report" control.... |
|
|
|
|
|
|
The ViewName property is used to:
find out the name of the HFSQL view, data source of a report
modify the name of the HFSQL view, data source of a report.... |
|
|
|
|
|
|
The MemZoneName property is used to:
find out the name of the memory area used as data source for a report.
modify the name of the memory area used as data source for a report.... |
|
|
|
|
|
|
Returns the number of elements found in a memory zone. |
|
|
|
|
|
|
Returns the "parent" of an element in a TreeView Table control. |
|
|
|
|
|
|
Converts a UTF-8 string to ANSI or UNICODE. |
|
|
|
|
|
|
List of functions for managing runtime errors... |
|
|
|
|
|
|
Defines the type of series used in a composite chart (chart containing several types of charts). |
|
|
|
|
|
|
List of functions for managing dates and times... |
|
|
|
|
|
|
The data is interpreted as "columns" whose height is proportional to the value of data...... |
|
|
|
|
|
|
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move...... |
|
|
|
|
|
|
Inserts a row at a given position:
into a two-dimensional WLanguage array.
into an advanced two-dimensional array property (xlsDocument, etc.).... |
|
|
|
|
|
|
The Date property is used to:
Retrieve the date from a DateTime variable.
Modify the date in a DateTime variable.
Retrieve the date from a Date item (in "Date and Time" format) .
Modify the date in a Date item (in "Date and Time" format)... |
|
|
|
|
|
|
The Time property enables you to:
Retrieve the time from a DateTime variable.
Modify the time in a DateTime variable.
Retrieve the time from in a Date item (in "Date and Time" format)
Modify the time in a Date item ("Date and Time" format).... |
|
|
|
|
|
|
Finds the position of a specified string within another string. |
|
|
|
|
|
|
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart). |
|
|
|
|
|
|
Deletes all elements:
from a one-dimensional or two-dimensional WLanguage array.
from an associative array.
from an advanced array property (array of gglCalendar events, etc.).
from a WLanguage queue.
from a WLanguage stack.
from a WLanguage list.... |
|
|
|
|
|
|
The current thread sends a signal to the specified thread in order to unlock it. |
|
|
|
|
|
|
Configures the automatic behavior that will be implemented if an error occurs in the current process. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|