ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
On/Off button in a window
The on/off button is a button that operates like a check box......
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Constants for managing projects
List of constants used by the functions for managing projects....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
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.