ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Polygon2D variable>.Touch (Function)
Determines whether a 2D polygon touches another geometry.
<Polygon2D variable>.Overlap (Function)
Determines if a 2D polygon overlaps another geometry.
<Polygon2D variable>.Correct (Function)
Returns a corrected version of the specified 2D polygon.
<Polygon2D variable>.Within (Function)
Determines whether geometry A (2D polygon) is completely within geometry B (i.e., geometry B completely contains geometry A).
<Polygon2D variable>.Cross (Function)
Determines if a 2D polygon crosses another geometry.
<Polygon2D variable>.Intersect (Function)
Checks whether the intersection of a 2D polygon and another geometry does not result in an empty set.
<Polygon2D variable>.Difference (Function)
Returns a geometry representing the difference between a 2D polygon and another geometry.
<Polygon2D variable>.Union (Function)
Returns a geometry corresponding to the union between a 2D polygon and another geometry.
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
MQTTSubscribe (Function)
Used to subscribe to a MQTT notification.
MQTTUnsubscribe (Function)
Used to unsubscribe from a MQTT notification.
MQTTUnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
CertificateList (Function)
Returns the list of certificates available on the computer.
CertificateSignString (Function)
Creates the signature of a character string.