ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Other operators
The following are additional operators......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
HTTPRequest (Example)
Usage example of the HTTPRequest function
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
LoadParameter (Function)
Reads a persistent value.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Creating the Relation windows of a WINDEV RAD pattern
HState (Function)
Used to find out the state of a record.
KeyExpression (Example)
Usage example of the KeyExpression property
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
SQLModify (Example)
Usage example of the SQLModify function
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
fDecrypt (Example)
Usage example of the fDecrypt function
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
HChangeKey (Example)
Usage example of the HChangeKey function
xlsNbRow (Example)
Usage example of the xlsNbRow function