ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
XMLResult (Function)
Returns the result of a calculation XPath query.
UUDecode (Function)
Decodes a character string in UUEncode format.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
ProjectInfo (Function)
Returns specific information about the project currently run.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
fOpen (Example)
Usage example of the fOpen function
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
zipListFile (Function)
Returns the list of files found in an archive.
Lotus Notes constants
List of constants used by the Lotus Notes functions....
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......