ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HAdd (Example)
Usage example of the HAdd function
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.
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
<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.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop.
HModifyViewRights (Function)
Sets the rights granted to a user or group on an SQL view or on a materialized view.
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
Assignment operators
Three assignment operators are available...
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop.
<Connection variable>.ModifyViewRights (Function)
Sets the rights granted to a user or group on an SQL view or on a materialized view.
<Array>.Copy (Function)
Copies the content of an array to another array.
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:
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
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, ...).
<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.
DnDCursor (Example)
Usage example of the DnDCursor function
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
<Image variable>.Copy (Function)
Copies an image to another image.
<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...
HModifyItemRights (Function)
Modifies the rights granted to a user or group on an item of an HFSQL Client/Server data file.
<Connection variable>.ModifyItemRights (Function)
Modifies the rights granted to a user or group on an item of an HFSQL Client/Server data file.
iParameter (Function)
Retrieves the printer configuration and configures the print.
1
2