ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<hdfsConnection variable>.CopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Chart>.SaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
<Chart>.SaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
<hdfsConnection variable>.CopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
<Multimedia>.Beginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
<Multimedia>.Status (Function)
Indicates the status of the multimedia file played in the Multimedia control.
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
LineColor (Property)
The LineColor property is used to define the line color of a shape.
MapAddImage (Function)
Adds a new image to the map displayed in a Map control.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
WLanguage procedure called by CameraVideoStart
WLanguage procedure ("callback") called when the video recording is completed.