ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<WDPic variable>.DrawPoint (Function)
Draws a point 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.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
DiagramSave (Function)
Saves a diagram as a "diag" file.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
CurrentDay( Function)
Returns the number of the current day in the current month.
DateTime (Variable type)
The DateTime type allows you to manipulate dates and times...
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.