ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
HTML Display control properties
HTML Display control properties...
The test mode cannot operate without the project and its pages, ...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
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....
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
The home page
The home page is the first page of your site......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
HTML Editor control properties
Properties associated with the HTML Editor control....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
10. Internal component
Internal component...
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).