ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
EventDestroy (Function)
Explicitly destroys an event.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Contains (Function)
Allows you to check if a substring is within a string.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
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.