ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HPass (Function)
Defines the password used to create or open a table.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
fRename (Function)
Modifies the name of a file.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Factorial (Function)
Returns the factorial of an integer number.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.