ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
BrowserType (Function)
Returns the type of browser used by the Web user.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
RegistryRename (Function)
Renames a key in the registry.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
14. Managing the "Back" button in practice
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
grParameter (Function)
Retrieves or modifies a chart parameter.
TimeUTC (Property)
The TimeUTC property is used to get and set a Coordinated Universal Time (UTC ).
New (Reserved word)
New is used to allocate memory space...
DayOfWeek (Property)
The DayOfWeek property is used to get and change the day of the week in a schedule.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....