ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Description (Property)
The Description property is used to get and change the page description.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
ImageStartScrolling (Function)
Starts cycling through images.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SocketRead (Function)
Retrieves a message sent by another socket.
SocketConnect (Function)
Connects a client computer to a given socket.
dDisplay (Function)
Displays the drawing in the Image control.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
ComponentInfo (Function)
Returns information about a component.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
Image control in a page
Socket management functions
List of functions for managing sockets...
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....