ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
8. Optimizing an application
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
EndProgram (Function)
Ends the execution of the current program.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
CurrentWin (Function)
Identifies the window currently in edit.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
SemaphoreCreate (Function)
Creates a semaphore.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
HErrorLock (Function)
Used to check whether a lock error occurred.