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.
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.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
RGBBlue (Function)
Returns the blue component of an RGB color.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
StatSum (Function)
Calculates the sum for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
fSeek (Function)
Gets and sets current position in an external file.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
fClose (Function)
Closes an external file.