ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iHLine (Function)
Prints a horizontal line at specified coordinates.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
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.
OLELoad (Function)
Initializes an OLE control with an OLE object.
grIncreaseData (Function)
Adds a value to a data in a chart.
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.
BurnerList (Function)
Returns the list of burners installed on the current computer.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
iVLine (Function)
Prints a vertical line at specified coordinates.
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.
Constants for managing projects
List of constants used by the functions for managing projects....
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).
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
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.).
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....