ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
gpwAddUser (Function)
Adds a user to the User Groupware database.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Designing a supercontrol
A supercontrol is an advanced type of control......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Report based on a query
Queries are used to easily select records in one or more data files......
Native MySQL Connector - License Agreement
fClose (Example)
Usage example of the fClose function
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
WDINT license agreement
WDINT license agreement...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fCopyDir (Example)
Usage example of the fCopyDir function
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
MatWrite (Function)
Writes an element into a matrix.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").