ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Other operators
The following are additional operators......
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
StringReverse (Function)
Reverses the characters of a string.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Border management constants
List of constants used by the border management functions....
Contains (Function)
Allows you to check if a substring is within a string.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
fRead (Example)
Usage example of the fRead function
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
iParameter (Function)
Retrieves the printer configuration and configures the print.
StringInsert (Function)
Inserts a string into another character string at a given position.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
fShortName (Example)
Usage example of the fShortName function
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.