ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
Truncate (Function)
Truncates the right part of a string or buffer.
StringInsert (Function)
Inserts a string into another character string at a given position.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
ExtractLine (Function)
Extracts a specific line from a character string.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
fAddText (Function)
Adds the content of a character string at the end of a file.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
ControlInfoXY (Function)
Returns the name of the control located at a given position.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).