ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
MemAdd (Function)
Adds an element to a memory area.
HInfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
HStatDate (Function)
Returns the date of the last update for the index statistics.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HAddUser (Function)
Adds a user to a database.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
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.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
PageChangeLayout (Function)
Applies a specific layout to a page.
MemSort (Function)
Sorts the elements found in a memory zone.