ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
iLine (Function)
Prints a line at specified coordinates.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
gglCoordinate (Variable type)
The gglCoordinate type is used to describe and handle a geographical point on a map...
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Asc (Function)
Returns the ASCII code of the specified character.
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SIPVisible (Function)
Displays the keyboard.
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).