ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
KanbanPositionList (Function)
Allows you to scroll through a list of a Kanban control to display a specific card.
Materialized view
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Binding a Check Box control to an item
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Break in a report
The break is used to group the records corresponding to a sort criterion......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....