ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Format (Property)
The Format property is used to define the data format of a data file.
DateToInteger (Function)
Converts a date to an integer.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Cc (Property)
The Cc property gets and sets the list of Carbon Copy recipients of an email.
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
File download functions
The following functions are used to manage downloads......