ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Edit options of a report
The report editor allows you to......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
FBSessionStatus (Function)
Checks the status of a Facebook session.