ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
AppointmentRead (Function)
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
WinChangeAlias (Function)
Modifies the alias of a window.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
HListConnectedUser (Function)
Lists users currently connected to one or more tables handled by a Client/Server connection....
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
DatePicker (Function)
Opens the system date picker.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HListWatchedFiles (Function)
Returns a list of tables monitored by the HWatch function.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....