ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
SNMPStartSession (Function)
Starts an SNMP session.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
Execute (Function)
Starts the execution of a process through programming.
Screen,Input (External language)
Starts the input in the controls of a window.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
WLanguage procedure called by ExplorerAccept
WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation from the Windows explorer.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
WidgetRunApp (Function)
Starts the application to which a widget belongs.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
ImageStartScrolling (Function)
Starts cycling through images.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......