ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
What is an application?
An application is a set of objects (windows, controls, ...
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)...
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application...
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications...
Local network (LAN) setup
Deploying a setup on a local area network (LAN) involves installing and updating a WINDEV application via a reference server,.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
geoRunApp (Function)
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward...
How to create a patch?
Closes a WINDEV window (and returns a value if necessary).
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Same source code for 32 and 64-bit applications
The 64-bit operating systems are starting to appear on the PCs and on the servers...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect...
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong...
Supercontrol
A supercontrol is an advanced type of control......
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula...
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes...
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus...
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3...
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers...
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
grColor (Function)
Returns and initializes the color of different chart elements.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed...
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
ComponentInfo (Function)
Returns information about a component.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window...
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
EnumControl (Function)
Returns the name of Nth control found in the specified element.