ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeDifference (Function)
Calculates the difference between two dates and times.
CharactType (Function)
Returns information about the type of character.
MemCreate (Function)
Creates a memory area.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Events associated with Table controls
List of events associated with Table controls...
Managing bar codes
The use of bar codes to identify and manage products has become essential......
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Operator on Address
The & operator returns the address of a variable as an integer
Val (Function)
Returns the numeric value of a character string.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
WEBDEV license agreement
WEBDEV license agreement...
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Sum (Function)
Calculates the sum of the array elements.
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.