ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Chart management functions
...Chart management functions...
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
Start of Break block (Break header)
The Start of break block is optional......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.