ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Fax constants
List of constants used by the functions for managing faxes....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
fFileExist (Function)
Checks the existence of an external file.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
SocketWrite (Function)
Writes a message intended to another socket.
HOnError (Function)
Customizes the management of HFSQL errors.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
LooperDelete (Function)
Deletes a row from a Looper control.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Assignment of RETURN
The return value of the process currently run can be assigned...
TimeToInteger (Function)
Converts a time to an integer.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
ThreadPause (Function)
Pauses the current thread during the specified duration.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.