ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Creating a translation file
WDINT allows you to create a translation file....
CompressedSize (Property)
The CompressedSize property is used to determine the compressed size of an element.
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Materialized view
Date and Time management functions
List of functions for managing dates and times...
Time and date management properties
List of properties for managing dates and times...
<Chart>.ScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....