ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Title (Property)
The Title property is used to get and change the title of an element.
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.