ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketConnect (Function)
Connects a client computer to a given socket.
Select query description window: Items that can be used
DnDCacheData (Example)
Usage example of the DnDCacheData function
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).
fSelect (Function)
Opens the Windows file picker.
SocketWrite (Function)
Writes a message intended to another socket.
Image control in a page
NextTitle (Function)
Modifies the title of next window to open.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
iCreateFont (Function)
Creates a new print font.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
"?" menu
WINDEV proposes a help menu adapted to your applications......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
2. Projects in practice
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......