ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

.NET application
To create a.NET application from a project......
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (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)....
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
DDEExecute (Function)
Sends a command that will be run on the server.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
OLELoad (Function)
Initializes an OLE control with an OLE object.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<WDPic variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a WDPic variable.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
fClose (Function)
Closes an external file.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
<WDPic variable>.Blur (Function)
Blurs the entire given area in a variable of type WDPic (on the background layer).
<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.