ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Applet control properties
List of properties associated with the Applet control...
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
.NET object
To access a class......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
13. Debugger
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
Date
The Date keyword can correspond to...
BCToImage (Function)
Generates the image of a bar code.
nWDInitProject: Initialization code of project
Run the initialization code of project......
tapiAnswerCall (Function)
Answers an incoming call that was detected.
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.InsertCard (Function)
Inserts a card in a Kanban list.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
DatePicker (Function)
Opens the system date picker.
Use a calendar to enter dates
ERR_BUTTON_EXPECTED
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......