ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
SysDir (Function)
Returns the path of a system directory.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
Max (Function)
Returns the greatest value passed as parameter.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).