ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Popup window
WINDEV allows you to open windows in popup format......
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
IF statement
The conditional IF statement allows you to run an action according to a condition...
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....