ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
FTPConnect (Example)
Usage example of the FTPConnect function
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
VibrationTrigger (Function)
Triggers the vibrations of the device.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
zipExist (Function)
Used to find out whether an archive exists.
HRegenerateFile (Function)
Regenerates a data file from its log.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
HDescribeConnection (Function)
Describes a new connection to an external database.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
iParameter (Function)
Retrieves the printer configuration and configures the print.
Types of Edit controls
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
iPrintImage (Example)
Usage example of the iPrintImage function
Right (Function)
Extracts the last characters from a string or string buffer.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
iParameterPDF (Example)
Usage example of the iParameterPDF function
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function