ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HPass (Function)
Defines the password used to create or open a table.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
InfoBuild (Function)
Displays a custom message in a system information window.
SocketClose (Function)
Closes a socket or a connection to a server socket.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
WDSQL: Executing a SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
FTPCommand (Function)
Sends a specific FTP command to a server.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....