ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
zipInfoFile (Example)
Usage example of the zipInfoFile function
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Programming an indexed control
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
zipChangePath (Example)
Usage example of the zipChangePath function
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
zipFileSize (Example)
Usage example of the zipFileSize function
zipExtractFile (Example)
Usage example of the zipExtractFile function
Creating the windows and the pages of the RAD pattern
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).