ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
<emailOutlookSession variable>.ListFolder (Function)
Returns the list of folders found in the Outlook messaging software.
<zipArchive variable>.FileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
<Connection variable>.ModifyViewRights (Function)
Sets the rights granted to a user or group on an SQL view or on a materialized view.
<Connection variable>.ModifyDatabaseRights (Function)
Sets the rights granted to a user or group for an HFSQL Client/Server database....
<Connection variable>.AddScheduling (Function)
Adds a new scheduled item to an HFSQL server: scheduled task (stored procedure), backup, optimization or refresh of a materialized view.
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
<Pivot Table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<Word Processing>.EndModification (Function)
Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo")....
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.
<List Box>.Insert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<sfConnection variable>.SeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
<Connection variable>.DeleteScheduling (Function)
Delete a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<Organization Chart>.AddChild (Function)
Adds a child element into an Organization Chart control.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<upnpDevice variable>.ModifyContrast (Function)
Modifies the contrast of a UPnP device.
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.