ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
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.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
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.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
fFileExist (Function)
Checks the existence of an external file.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HListConnection (Function)
Returns the list of connections currently described in the application.
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).