ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
State (Property)
The State property is used to get and change the state of an element.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
fExeDir (Function)
Returns the directory from which the execution is started.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Events associated with Chart controls
List of events associated with the Chart controls...
dbgInfo (Function)
Returns a debug information.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......