ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
<Image variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<picLayer variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
PicRotation (Function)
Rotates a WDPic image.
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.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).