ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
The pages
Pages are the main interface of a WEBDEV site......
2. User-friendly editors in practice
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
End of break block
The End of break block is optional......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
BCToImage (Function)
Generates the image of a bar code.
nWDInitProject: Initialization code of project
Run the initialization code of project......
TreeExpand (Function)
Expands a node in a TreeView control.
Handling a WinForm .Net control through programming
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
3. UML models in practice
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......