ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
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....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Control (Type of variable)
The Control type is used to define the characteristics of a control.