ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
Creating the Relation windows of a WINDEV RAD pattern
Check: SMART status of drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
FTPGet (Function)
Transfers a file or directory from an FTP server (File Transfer Protocol) to the current computer.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Creating the Table windows of the WINDEV RAD pattern
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Component (Property)
The Component property configures the different components of a composite key.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
LooperSelectMinus (Function)
Deselects a row in a Looper control.
Right (Function)
Extracts the last characters from a string or string buffer.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......