ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
OpenMobileWindow (Function)
Opens a window in a mobile application.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Environment of the project editor
The main elements of the project editor are as follows:
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
dFont (Example)
Usage example of the dFont function
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
General environment of WINDEV
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.