ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
7. Internal component
An internal component is a set of elements from a project....
SaaSAdminFindSubscription (Function)
Finds a SaaS subscription.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Automatic documentation of external components
External components must include a technical documentation......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
10. Embedded queries