ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
HModify (Example)
Usage example of the HModify function
HTTPSendForm (Function)
Sends an HTTP form.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
zipExist (Function)
Used to find out whether an archive exists.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
zipDeleteFile (Function)
Deletes a file from an archive.
fSize (Example)
Usage example of the fSize function
FirstDayOfYear (Function)
Returns the date of the first day of the year.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
FTPSize (Example)
Usage example of the FTPSize function
SocketWrite (Function)
Writes a message intended to another socket.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.