ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
iMargin (Function)
Defines the "logical" print margins.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
fRename (Function)
Modifies the name of a file.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Constants for managing Gantt charts
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Sensor constants
Constants used by the SensorXXX functions...
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
HReadSeek (Example)
Usage example of the HReadSeek function