ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaskFormat (Function)
Formats a character string using an InputMask variable.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Mask management functions
The following functions are used to manage masks......
InvalidInput (Property)
The InvalidInput property determines if a control prevents the user from leaving when they enter invalid data.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
DDEExecute (Function)
Sends a command that will be run on the server.
Link functions (prefix syntax)
Link functions are used to link the interface with the tables and vice versa....
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).
<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)....
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
OLELoad (Function)
Initializes an OLE control with an OLE object.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....