ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HPass (Function)
Defines the password used to create or open a table.
ControlToSource (Function)
Assigns the control value to the source of a control link.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST web service.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
iPrintImage (Function)
Sends the image file to print to the print buffer.
zipDeleteAll (Function)
Deletes all files from an archive.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
xmlAttribute (Variable type)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
fRename (Function)
Modifies the name of a file.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.