ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Site (Property)
The Site property is used to get the SaaS site associated with: a SaaSService variable a SaaSPricing variable...
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Various constants
List of various constants....
fMoveDir (Function)
Moves a directory and its content.
gLine (Function)
Builds a sequence of characters containing a line.
MatInvert (Function)
Calculates the inverse of a square matrix.
LooperSelectPlus (Function)
Selects a row in a Looper control.
PDFToText (Function)
Extract the text contained in an Document PDF.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
AuthToken (Property)
The AuthToken keyword can correspond to: an AuthToken variable. a property of an httpRequest variable. a property of an emailIMAPSession variable. a property of an emailSMTPSession variable....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
The home page
The home page is the first page of your site......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
fCurrentDir (Function)
Identifies or modifies the current directory.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
ArrayCopy (Function)
Copies the content of an array to another array.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
SemaphoreCreate (Function)
Creates a semaphore.