ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
DashDisplay (Function)
Refreshes elements in a Dashboard control.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HRead (Function)
Reads a record in a file according to a given record number.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Compilation options (chm format)
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HPrevious (Function)
Positions on the previous file record according to a browse item.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....