ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
fExeDir (Function)
Returns the directory from which the execution is started.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Character strings
WLanguage supports different types of strings....
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HState (Function)
Used to find out the state of a record.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......