ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
StringReverse (Function)
Reverses the characters of a string.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
CurrentYear (Function)
Returns the current year in integer format.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Extern (Reserved word)
EXTERN is used to...
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
MatFloatAdd (Function)
Adds a value to each matrix element.
Contains (Function)
Allows you to check if a substring is within a string.
MatDelete (Function)
Deletes an existing matrix.
FirstDayOfMonth (Function)
Returns the first day of the month.
The Line control
A Line control is used to display a line in a page......
SocketExist (Function)
Checks the existence of socket.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).