ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Open (Function)
Opens a modal WINDEV window.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Accessibilité (Property)
CertificateSignString (Function)
Creates the signature of a character string.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Caption (Property)
The Caption property is used to get and change the text of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.