ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. External component in practice
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
13. External component in practice
External component in practice...
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Installing the monitor
The monitoring robot includes three executables......
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
fWriteLine (Example)
Usage example of the fWriteLine function
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.