ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
LooperInsert (Function)
Inserts a row into a Looper control.
fClose (Function)
Closes an external file.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
CurrentWin (Function)
Identifies the window currently in edit.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
fCompare (Function)
Compares the content of two files bit by bit.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
LooperInsertLine (Function)
Inserts a row into a Looper control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
RGB (Function)
Defines a color from its Red, Green and Blue components.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
fExeDir (Function)
Returns the directory from which the execution is started.
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......
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
1
3
4
5
6
7
290
>