ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NextTitle (Function)
Modifies the title of next window to open.
DnDAccept (Example)
Usage example of the DnDAccept function
DnDEvent (Example)
Usage example of the DnDEvent function
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via AJAX.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
<hdfsConnection variable>.CopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded:
  • via an "Upload" edit control.
  • via a single-file or multi-file Upload field.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop.
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
<Connection variable>.ModifyViewRights (Function)
Sets the rights granted to a user or group on an SQL view or on a materialized view.
Assignment operators
Three assignment operators are available...
HModifyViewRights (Function)
Sets the rights granted to a user or group on an SQL view or on a materialized view.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
<Array>.Copy (Function)
Copies the content of an array to another array.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
dCopyImage (Function)
Copies an image:
  • from an Image control to another Image control.
  • from an Image variable to another Image variable.
Upload control events
The WLanguage events associated with the Upload control are as follows:
HModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
UploadStart (Function)
Starts sending the selected files into an Upload control.
TwainToClipboard (Function)
Allows:
  • copy the document coming from the Twain device to the clipboard.
  • view the document coming from the Twain device in the user interface of device.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static Text control in a report, ...).
<Image variable>.Copy (Function)
Copies an image to another image.
DnDCursor (Example)
Usage example of the DnDCursor function
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
<Destination>.CopyRecord (Function)
Copies:
  • the content of the current record (loaded in memory) to the current data file record.
  • the content of the Record variable to the current data file record.
<Image>.Copy (Function)
Copies an image to another image.
ToClipboardRTF (Function)
Writes a character string in RTF into the clipboard.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
HCopyRecord (Function)
Copies:
  • the content of the current record (loaded in memory) to the current data file record.
  • the content of the Record variable to the current data file record.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage...
iParameter (Function)
Retrieves the printer configuration and configures the print.
1
2