ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
MapModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
kbCard (Variable type)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, use any shape you want, all images....
diagImage (Variable type)
The diagImage type is used to define all the advanced characteristics of a diagram shape created from an image.
diagRectangle (Variable type)
The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle.
diagOval (Variable type)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
diagText (Variable type)
The diagText type is used to define all the advanced characteristics of a text associated with a shape in a diagram.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Kanban list>.PositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
diagPolygon (Variable type)
The diagPolygon type is used to define all the advanced characteristics of a shape of type Polygon.