ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
MemCurrent (Function)
Returns the index of the current element.
HDBIndex (Function)
Opens an xBase index file.
Python: Native calls
WLanguage allows for native Python calls......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Table,Col (External language)
Returns the current index of the column.
Markdown (Property)
The Property Markdown allows: for control s a window to manage the "Markdown support" option (present in the "Detail" tab of the description window of the control). for the Static control of an report: determine if a Static control of a report is of type Markdown. set the type of a Static control in a report to Markdown....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Programming the table cells
The Table controls can be handled......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.