ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
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....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
HSetMemo (Function)
Used to modify the management mode of memo items.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
rssInitialize (Function)
Loads a RSS stream in memory.
fCompare (Function)
Compares the content of two files bit by bit.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
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....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.