ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
InfoImage (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file: format. width and height. number of bits per pixel. transparent area....
InitialState (Property)
The InitialState property gets the initial state of a control.
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Static control properties
List of properties associated with a Static control...
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
2. Types of setup
Types of setup...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
The Cell control
The Cell control contains controls......
SFModify (Function)
Modifies the records of a file defined in Salesforce.
Error 108: The size of the variable is not allowed
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
Error 116: An array dimension must be an integer value
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
Switch control properties