ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCreate (Function)
Creates an external file.
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
fDir (Function)
Finds a file or directory.
fRename (Function)
Modifies the name of a file.
MCIClose (Function)
Closes a media file.
MCIPlay (Function)
Plays a media file.
MCIOpen (Function)
Opens a media file.
TimeToInteger (Function)
Converts a time to an integer.
TimeValid (Function)
Checks the time validity.
Power (Function)
Raise a number to a power.
Sin (Function)
Returns the sine of an angle.
<Source>.Open (Function)
Opens a data file.
HAddGroup (Function)
Adds a group of users.
HAddUser (Function)
Adds a user to a database.
xlsClose (Function)
Closes an XLS file.
<DiskFile variable>.Close (Function)
Closes an external file.
fClose (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.