ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
gLine (Function)
Builds a sequence of characters containing a line.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
ServiceStart (Function)
Starts a service.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
zipExist (Function)
Used to find out whether an archive exists.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gpwOpen (Function)
Opens the User Groupware login window or page.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
ServiceRestart (Function)
Restarts a service (already started).
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb 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....
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
fDelete (Example)
Usage example of the fDelete function