ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BankHoliday (Function)
Indicates whether a day is a public holiday or not.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
SOAPRun (Function)
Runs a procedure on a SOAP server.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
fDriveInfo (Function)
Returns information about a drive.
Map control properties
The following properties can be used with Map controls:...
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
dPolyline (Function)
Draws a line composed of multiple segments.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
DotNetRun (Function)
Runs a procedure on a .Net server.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.