ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
fLock (Function)
Entirely or partially locks an external file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HDescribeItem (Function)
Describes a file item through programming.
Link control properties
The Link control is available in a page and in a report......
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Memo (Property)
The Memo property is used to determine if an item is of type memo.
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
The Check Box control
A Check Box can correspond to......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
Event (Example)
Usage example of the Event function
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.