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...
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example)...
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical...
SocketRead (Function)
Retrieves a message sent by another socket.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmailLoadAttachment (Function)
Adds an attached file to an email.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character...
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Phone constants (Android / iOS)
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
Query editor
The query editor is used to automatically create queries on the data files......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
fSeparator (Function)
Returns a file path with normalized separators.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move:...
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Contains (Function)
Allows you to check if a substring is within a string.