ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSeek (Function)
Gets and sets current position in an external file.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
HPrevious (Function)
Positions on the previous file record according to a browse item.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Data persistence
The data persistence is used to store the value typed by the user......
<Connection variable>.InfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
The Organizer control
The Organizer control is used to display and handle organizers......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Runtime log
The runtime log is the best way to identify the most used features of an application......