ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
ScanCapability (Function)
Used to determine if a scanner has a given capability.
fDriveInfo (Example)
Usage example of the fDriveInfo function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function
MatRead (Example)
Usage example of the MatRead function
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
MatTranspose (Example)
Usage example of the MatTranspose function
iInitReportQuery (Example)
Usage example of the iInitReportQuery function
dSaveImageJPEG (Example)
Usage example of the dSaveImageJPEG function
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
grDestinationWMF (Function)
Defines a meta file as chart destination.
WINDEV 2024 Tutorial - Table of contents
Error 38: The END statement marking the end of the structure declaration is missing
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
PageNumber (Property)
The PageNumber property gets and sets a page number.
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
MatCopy (Example)
Usage example of the MatCopy function
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
REP files
REP files contain the list of data files handled by the application....
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
KeyExpression (Example)
Usage example of the KeyExpression property