ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
Debugging functions
List of debugging functions...
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Execute (Function)
Starts the execution of a process through programming.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
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....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
MovementTask (Property)
The MovementTask property allows you to know and modify the way users move tasks in a Gantt Chart column.
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
Min (Function)
Returns the lowest value.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
Max (Function)
Returns the greatest value passed as parameter.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
SNMPStartSession (Function)
Starts an SNMP session.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Truncate (Function)
Truncates the right part of a string or buffer.