ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Seek (Function)
Searches for the index of an element in a WLanguage array.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HSL (Function)
Creates a color from its hue, saturation and lightness.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
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).
iCreateFont (Function)
Creates a new print font.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.