ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
gpwConnectUser (Function)
Logs a user in to the User Groupware.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
nWDGetLastError: Error code of last error
Error code of last error......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
Count (Property)
The Count property returns the number of elements in a given set.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
<Table>.AddBeginning (Function)
Adds a row at the top of an Infinite Table control. The row is inserted before the first row of the Table control. The scroll position of the Table control doesn't change....
TableAddBeginning (Function)
Adds a row at the top of an Infinite Table control. The row is inserted before the first row of the Table control. The scroll position of the Table control doesn't change....
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....