ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Select query description window
The description window of a select query includes several sections......
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
Windows
The windows represent the main interface of a WINDEV application......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Check: Sending an email
The monitoring robot will......
ErrorThrow (Function)
Throw a non-fatal error.
<Source>.DescribeFile (Function)
Describes a data file programmatically.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
ArrayCopy (Function)
Copies the content of an array to another array.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......