ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
VariableReset (Function)
Resets the variable to its initial value.
DataType (Function)
Identifying the type of a WLanguage variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
7. Creating HFSQL tables: Physical files
The data model editor allows you to define the structure of the tables....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....