ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
StringReverse (Function)
Reverses the characters of a string.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
2. Projects in practice
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
HTTPRequest (Function)
Starts an HTTP request on a server.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
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)....
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....