ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

In-App functions
The following WLanguage functions are used to manage In-App purchases......
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
GeometrySerializeWKT (Function)
Serializes a geometry using the Well-Known Text (WKT) format.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
<Chart>.CategoryThumbnail (Function)
Initializes a category image in a Pie, Donut or Semi-circular chart.
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
XPercent (Property)
The XPercent property gets and sets the X-coordinate of a point, expressed as a percentage.
YPercent (Property)
The YPercent property gets and sets the Y-coordinate of a point, expressed as a percentage.
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
GeometryDeserializeWKTGeo (Function)
Builds a geometry in geographic coordinates from a Well-Known Text (WKT) representation.
Items (Property)
The Items property is used to configure the different items of a full-text index.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.