ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HStatTime (Function)
Returns the time of the last update for the index statistics.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Sliding Banner functions
The following functions are used to manage the Sliding Banner control:...
Assisted input management functions
The following functions are used to program assisted input in edit controls...
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
DocRedo (Function)
Restores the last undone action on a Word Processing document.
<Word Processing>.Redo (Function)
Restores the last undone action on a Word Processing control.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.