ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyPage (Reserved word)
MyPage is used to handle the current page...
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
<Image variable>.DominantImageColor (Function)
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable.
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
fDriveInfo (Function)
Returns information about a drive.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
User Groupware files
Two categories of data files are managed......
Copying controls from the page editor
The controls can be copied from the page editor......
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Copying controls from the window editor
The controls can be copied from the window editor......
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.