ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Various properties
45 results
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
After (Property)
The After property replaces or inserts a procedure after the other procedures in:
  • a Procedure variable.
  • an event associated with a control.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in:
  • a Procedure variable.
  • an event associated with a control.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Caption (Property)
In a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Color (Property)
The Color property gets or sets the font color of:
  • a Font variable.
  • text displayed in a Static or Calculated control of a report.
  • text displayed in a window control.
  • text displayed in a page control.
Count (Property)
The Count property returns the number of elements in a given set.
Default (Property)
The Default property determines if a parameter has been passed to a procedure with a custom or default value.
Empty (Property)
The Empty property is used to determine if:
  • a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field.
  • a Chart control contains no series.
  • a report control is empty (control linked to an item).
  • an array (or an associative array) contains no element.
  • an element of an associative array exists or not.
  • a queue, a list or a stack contains no element.
EndDate (Property)
The property EndDate property is used to find out and modify the end date of the selected period:
  • in a Calendar control,
  • in an Organizer control.
  • in a Scheduler control.
Exist (Property)
The Exist property determines if the element of an associative array exists.
Font (Property)
The Font property is used to
  • Get the identifier of the font used in a control in a report, page or window.
  • Change the font used in a control in a report, page or window.
Group (Property)
The property Group property allows you to:
  • find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
  • associate a control with a group of controls.
Height (Property)
The Height property gets and sets the height:
  • of a control or block in a report.
  • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
  • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
  • of a break cell in a Table or Looper control.
Icon (Property)
The Icon property is used to:
  • Find out the icon displayed in the title bar of a window or a Dockable Panel control.
  • Change the icon displayed in the title bar of a window or a Dockable Panel control.
Image (Property)
The Image property gets and sets the background image of a control or block.
MaxValue (Property)
The MaxValue property is used to:
  • get and set the top value of a data-bound report.
  • get the maximum value of the current filter.
  • get the maximum value of a data series in a chart.
  • get and set the maximum value for some types of controls.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
MinValue (Property)
The MinValue property is used to:
  • get and set the bottom value of a data-bound report.
  • get the minimum value of the current filter.
  • get the minimum value of a data series in a chart.
  • get and set the minimum value for some types of controls.
Miscellaneous properties
Multiline (Property)
In a window or page, the Multiline property is used to:
  • find out and modify the "Multiline" option of an Edit control.
  • find out and modify the "Multiline" option of a column in a Table control.
In a report, the Multiline property is used to determine and change the "Multiline" option of a control.
Name (Property)
The Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
Note (Property)
The Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NumberColumn (Property)
The NumberColumn property is used to:
  • Get the number of columns in Table, Check Box, Radio Button controls, etc..
  • Set the number of columns in a multi-column List Box control.
Numerical (Property)
Property Numeric property indicates whether a field is numeric.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
OpeningOptions (Property)
The OpeningOptions property gets and sets the opening options of a window manipulated via a Window variable.
This new property is available from WINDEV Suite SaaS 2025 Update 2.
OpeningParameters (Property)
The OpeningParameters property is used to get and set the parameters passed to a window.
This new property is available from WINDEV Suite SaaS 2025 Update 2.
Resource (Property)
The Resource property is used to:
  • find out the resources visible in a Scheduler control.
  • find out the resource of the Scheduler control that corresponds to the specified index.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
Size (Example)
Usage example of the Size property
Size (Property)
The Size property is used to determine and change the size of an element.
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period:
  • in a Calendar control.
  • in an Organizer control.
  • in a Scheduler control.
State (Property)
The State property gets and sets the state of an element.
Thickness (Property)
The Thickness property is used to:
  • Know and modify the line width of a series (only for curve graphs).
Type (Example)
Usage example of the Type property
Type (Property)
The Type property is used to get:
  • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
  • the type of object.
  • the type of data held in a Variant.
Value (Property)
The Value property is used to:
  • Find out and modify the value of a report control.
  • Find out and modify the value of a control or the title of a window.
  • Find out the identifier of a stream.
  • Find out and modify the value of a control or the title of a page.
Width (Property)
The Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.