ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and handling an item
The main operations that can be performed on an item are as follows......
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleCharacteristic variable>.ReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
The Image control
The Image control is used to......
Windows
The windows represent the main interface of a WINDEV application......
EmailCheckAddress (Function)
Checks the validity of an email address.
WDTestSite: Load test
The stress tests are used to check......
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...