ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Multilingual project
dText (Example)
Usage example of the dText function
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.