ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
DiagramSave (Function)
Saves a diagram as a "diag" file.
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
SAP ASE Native Connector (Sybase): Programming using SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the database schema......
Color (Variable type)
The Color type is used to define the advanced characteristics of a WLanguage color.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.