ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
zipFindFile (Example)
Usage example of the zipFindFile function
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HRead (Function)
Reads a record in a file according to a given record number.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Select query description window: Items that can be used
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
TableAddChild (Example)
Usage example of the TableAddChild function
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
dbgInfo (Function)
Returns a debug information.
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Copying controls from the page editor
The controls can be copied from the page editor......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
1. Examples provided with WINDEV Mobile
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
iPrintReport (Function)
Prints a report created with the report editor.