ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
FontAppointmentTitle (Property)
The FontAppointmentTitle property is used to: Find out the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports. Modify the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports....
FontAppointmentContent (Property)
The FontAppointmentContent property is used to: Get the characteristics of the font used for the content of appointments in Scheduler and Organizer reports. Set the characteristics of the font used for the content of appointments in Scheduler and Organizer reports....
Print functions (prefixed syntax)
List of print functions...
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Properties associated with a page
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HJSONToRecord (Function)
Imports JSON data into the current record.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HMode (Function)
Changes the mode and the method for locking data files.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.