ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Tab order in a window, a page, etc.
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......
Managing assertions
...The main available features are as follows:...
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
iCreateFont (Function)
Creates a new print font.
iMargin (Function)
Defines the "logical" print margins.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.