ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Camera functions
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
The Internal Window control
...The "Internal Window" control is used to include a window (and its code) in a control of another...
The Flexbox control
Flexbox is a standard layout system for web pages......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Runtime log
The runtime log is the best way to identify the most used features of an application......
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image...
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
RGB (Function)
Defines a color from its Red, Green and Blue components.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......