ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VariableReset (Function)
Resets the variable to its initial value.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
StatCovariance (Function)
Calculates the covariance between two series of values.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
MatWrite (Function)
Writes an element into a matrix.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
dPen (Example)
Usage example of the dPen function
fLongName (Example)
Usage example of the fLongName function
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Programming the table cells
The Table controls can be handled......
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)....
Programming overview in C and C++
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
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.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....