ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
fFileName (Function)
Returns the name of an external file that is currently opened.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
Contains (Function)
Allows you to check if a substring is within a string.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
MatFloatAdd (Function)
Adds a value to each matrix element.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
Address
The Address keyword can correspond to...
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
LoadParameter (Function)
Reads a persistent value.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EnumControl (Example)
Usage example of the EnumControl function
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Creating the link buttons in the windows of a WINDEV RAD pattern
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
FBSessionStatus (Function)
Checks the status of a Facebook session.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
Designing a supercontrol
A supercontrol is an advanced type of control......