ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSubstDir (Example)
Usage example of the HSubstDir function
fListFile (Function)
Lists the files found in a directory and returns the list of files.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
ComponentLocate (Function)
Specifies the access path to an external component of project.
URI
The URI keyword can correspond to...
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
FinCurrentVal (Function)
Returns the current value of investment.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Constants for managing the registry
List of constants used by the registry management functions....
FTPCommand (Example)
Usage example of the FTPCommand function
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Constants for managing animations
List of constants used by the functions for managing the animations...
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.