ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
The Multimedia control
The Multimedia control is used to play multimedia files......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
grCreate (Function)
Creates a specific type of chart.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
InitialState (Property)
The InitialState property is used to get the initial state of a control.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....