ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
DateToDay (Function)
Returns the day that corresponds to a given date.
MyParent (Reserved word)
MyParent is used to handle...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
ThreadCurrent (Function)
Returns the name of the thread currently run.
CurrentYear (Function)
Returns the current year in integer format.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
StringReverse (Function)
Reverses the characters of a string.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ThreadState (Function)
Returns the current status of a thread.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Enqueue (Function)
Adds an element to the queue.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Push (Function)
Pushes an element onto the stack.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.