ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
2. Analysis in practice
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Referring to an element in a WLanguage event / process
2. Projects in practice
Discover the main operations that can be performed on a project....
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Border (Type of variable)
The Border type is used to handle a border through programming...
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
ArraySort (Example)
Usage example of the ArraySort function
LDAPListChildren (Example)
Use example for the LDAPListChildren function
grDestinationControl (Function)
Defines an Image control as destination of a chart.
ToClipboard (Function)
Writes text or image information into the system clipboard.
ControlCurrent (Function)
Returns the name of the control currently in edit.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Compile (Example)
Usage example of the Compile function
iParameter (Example)
Usage example of the iParameter function
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.