ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
fSize (Function)
Returns the size of a file (in bytes).
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Geolocation function constants
Constants used by geolocation functions...
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Truncate (Function)
Truncates the right part of a string or buffer.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
EventCreate (Function)
Creates an event.
InAutomaticTestMode (Function)
Shows whether or not an automation test is in progress.
RTF input field: Automation formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
fAttribute (Function)
Returns or modifies the attributes of a file.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
SQLChangeConnection (Function)
Modifies the current connection.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Contains (Function)
Allows you to check if a substring is within a string.