ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FileDisplay (Example)
Usage example of the FileDisplay function
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
MenuDelete (Function)
Deletes a menu or a menu option.
MatDelete (Function)
Deletes an existing matrix.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
Static control properties
List of properties associated with a Static control...
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.