ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iHLine (Function)
Prints a horizontal line at specified coordinates.
HSetLog (Function)
Enables or disables log management on a file.
HSetREP (Function)
Enables or disables the management of .REP file.
grDestinationWMF (Function)
Defines a meta file as chart destination.
HChangeName (Function)
Modifies the physical name of a data file.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
tapiCallEnd (Function)
Returns the date and time of the end of call.
tapiDial (Function)
Dials a phone number for a voice line.
zipExtractPath (Function)
Returns the path of a file found in the archive.
Age (Function)
Returns the age according to the date of birth.
fMoveFile (Function)
Moves a file from one directory to another.
iParameterPDF (Function)
Defines the options for the generated PDF file.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
iVLine (Function)
Prints a vertical line at specified coordinates.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
Path (Property)
The Path property gets and sets a path.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...