ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type (Property)
The Type property is used to get and change the type of an element.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
iCreateFont (Example)
Usage example of the iCreateFont function
Address
The Address keyword can correspond to...
eCurrencyName (Function)
Returns the caption of a currency.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
OpenChild (Example)
Usage example of the OpenChild function
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
StringInsert (Function)
Inserts a string into another character string at a given position.
Color (Property)
The Color property is used to get and change the color of an element.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).