ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
ControlCurrent (Function)
Returns the name of the control currently in edit.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
dPolyline (Function)
Draws a line composed of multiple segments.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHWrite (Function)
Writes data into the specified SSH session.
BurnerSelect (Function)
Used to select the default burner.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....