ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
fListResource (Function)
Lists the resources integrated to the application.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
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)....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Global and local variable
Two types of variables are available......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HTTPRequest (Function)
Starts an HTTP request on a server.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
LooperDelete (Function)
Deletes a row from a Looper control.