ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
Date (Variable type)
The Date type is used to easily manipulate dates...
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Testing a project: settings
By testing the project you can simulate how the application will run......
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Manipulating Toolbar controls programmatically
WINDEV allows you to programmatically manipulate Toolbar controls......