ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrint (Function)
Sends the character string passed as parameter to the print buffer.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
fSize (Function)
Returns the size of a file (in bytes).
WINDEV 2024 Tutorial - Table of contents
CurrentMonth (Function)
Returns the number of the current month.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
fDelete (Function)
Deletes a file accessible from the current computer.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
RGB (Function)
Defines a color from its Red, Green and Blue components.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.