ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
mongoFindOption (Variable type)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
TableEnd (Function)
Stops the manual iteration of table linked to a data-bound Table control.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
JSONValid (Function)
Checks the validity of a JSON string.
mongoDatabase (Variable type)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
WordToArray (Function)
Fills an array with the words from a string.
FirstDayOfMonth (Function)
Returns the first day of the month.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
DotNetDelegate (Example)
Usage example of the DotNetDelegate function