ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
XMLRestorePosition (Example)
Usage example of the XMLRestorePosition function
XMLBuildString (Example)
Usage example of the XMLBuildString function
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
XMLChild (Example)
Usage example of the XMLChild function
ModbusDisconnect (Function)
Closes the Modbus session.
PDF Reader control events
zipNbPart (Example)
Usage example of the zipNbPart function
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
sOpen (Example)
Usage example of the sOpen function