ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Binding controls to data
A window or page can display information from......
DataType (Function)
Identifying the type of a WLanguage variable.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
InstantMessaging (Property)
The InstantMessaging keyword can correspond to: the InstantMessaging property of a variable of type Contact. an InstantMessaging variable....
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
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.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
Warning 127: You are using a data source local to the process
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
1
2
3
4
5
6
212
>