ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
DiagramSave (Function)
Saves a diagram as a "diag" file.
<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.
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
CurrentDay( Function)
Returns the number of the current day in the current month.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.