ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
iHPos (Function)
iHPos is kept for backward compatibility.
DNSAddAddress (Function)
Adds an IP/Name relation into the DNS server....
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
DNSListAddress (Function)
Lists the IP addresses associated with a name in the DNS server.
DNSDeleteAddress (Function)
Deletes a Name/IP Address relation from a DNS server....
JSONValid (Function)
Checks the validity of a JSON string.
iMargin (Function)
Defines the "logical" print margins.
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......