ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
CrosshairOpacity (Property)
The CrosshairOpacity property is used to determine and change the opacity of the crosshair in a Chart control.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
List of extension attributes
The list of extension attributes ......
CrosshairThickness (Property)
The CrosshairThickness property is used to determine and change the thickness of the crosshair in a Chart control.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
fAddText (Function)
Adds the content of a character string at the end of a file.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......