ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Chart>.SeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Connection variable>.ModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
<Connection variable>.ModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
MCIErr (Function)
Returns the number of the last error caused by a MCI function (Media Control Interface).
MCIMsgErr (Function)
Returns the caption of the last error that occurred on a MCI function (Media Control Interface).
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
<List Box>.Modify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Space (External language)
Fills the content of WdString with space characters on the right.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Window (External language)
Returns the number of windows opened at a given time.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
Handle (External language)
Returns the handle of a window or control.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.