ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
xmlSignatureReference (Variable type)
The xmlSignatureReference type is used to add a reference section into the XML signature.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
zipNbPart (Example)
Usage example of the zipNbPart function
fDirRename (Function)
Renames a directory.
rssChannel (Variable type)
The rssChannel type is used to handle a RSS channel...
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function