ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ToClipboard (Function)
Writes text or image information into the system clipboard.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
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)....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
dCopyImage (Example)
Usage example of the dCopyImage function
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StatSum (Function)
Calculates the sum for a series of values.
VariableReset (Function)
Resets the variable to its initial value.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
BurnerEject (Function)
Opens or closes the door of current burner.
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Sound (Function)
Plays a sound in WAV format.
ServicePause (Function)
Pauses a service.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).