ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSize (Function)
Returns the size of a file (in bytes).
SchedulerAddResource (Function)
Adds a new resource into a Scheduler control.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
iCreateFont (Function)
Creates a new print font.
zipExtractFile (Example)
Usage example of the zipExtractFile function
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
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).
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HChangeConnection (Example)
Usage example of the HChangeConnection function