ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
ColorLED (Property)
The ColorLED property is used to set the color of the LED light when displaying notifications.
Notification
The Notification keyword can correspond to:
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
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.
zipFindFile (Example)
Usage example of the zipFindFile function
ArraySort (Function)
Sorts a WLanguage array.
Database (Property)
The Database property is used to get and modify the database associated with a connection.
Input (Function)
Displays a message allowing the user to type an information.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
PhoneNumber (Property)
The PhoneNumber property is used to get and change a phone number.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Attribute (Property)
The Attribute property is used to manage attributes.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Content (Property)
The Content property is used to get and change the content of an element.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
HReadSeek (Example)
Usage example of the HReadSeek function