ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
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....
LooperAdd (Function)
Adds a row at the end of a Looper control.
HDescribeConnection (Function)
Describes a new connection to an external database.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Character strings
WLanguage supports different types of strings....
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Execute (Function)
Starts the execution of a process through programming.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
dCopy (Function)
Copies an image to another image.
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
SocketCreate (Function)
Creates a socket.