ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Camera control in a mobile application
The Camera control is used to......
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
Initialization (Property)
The Initialization property is used to handle the initialization of certain processes.
Alias (Property)
The Alias property gets the alias of an element.
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
Address
The Address keyword can correspond to...
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
HDescribeItem (Function)
Describes a file item through programming.
Format (Property)
The Format property is used to identify and change the format of an element
Minute (Property)
The Minute property is used to get and change the minutes of an element.
Month (Property)
The Month property is used to get and change the month of an element.
Server (Property)
The Server property is used to manage servers.
Orientation (Property)
The Orientation property gets and sets the angle of an element.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
FontName (Property)
The FontName property is used to manage the name of the font used.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......