ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
MemFound (Function)
Checks whether the sought element was found.
MatFloatAdd (Function)
Adds a value to each matrix element.
2. Projects in practice
Discover the main operations that can be performed on a project....
MaVisiteGuidée
The Variable MyGuidedVisit allows handle the current guided tour. The variable Ma GuidedTour allows you to know the characteristics of the variable of type GuidedTour used.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
HDelete (Function)
Deletes a record from a data file (query or view).
HTMLToText (Function)
Converts an HTML string or buffer to text.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
SQL functions: Special case
List of SQL functions: Special case...
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.