ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
LoWord (Function)
Returns the two low bytes of an integer.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
fLongPath (Function)
Returns the full long path of a file or directory.
fShortPath (Function)
Returns the full short path of a file or directory.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.