ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
TimeToInteger (Function)
Converts a time to an integer.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Date (Type of variable)
The Date type enables you to easily handle the dates...
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Action Bar control events
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
<Spreadsheet>.Freeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
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....
8. 10 tips for better interfaces...
Help about new features: Letting users know about changes
Applications are constantly evolving......
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......