ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
MyPage (Reserved word)
MyPage is used to handle the current page...
16. Types of code
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Image variable>.DominantImageColor (Function)
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....