ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
Language (Property)
The Language property is used to get and change the language used.
XMLData (Example)
Usage example of the XMLData function
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
grDraw (Function)
Draws a chart according to the specified parameters.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
SOAPRun (Function)
Runs a procedure on a SOAP server.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
PDF file management functions
...PDF file functions...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....