ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
ContentType (Property)
The ContentType property is used to get and define the content of an element.
MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
Polygon (Property)
The Polygon keyword can correspond to...
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
ModbusDisconnect (Function)
Closes the Modbus session.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
FileSize (Property)
The FileSize property is used to get the size of a file.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HTTP constants
List of constants used by the HTTP functions....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......