ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Miscellaneous properties
42 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:
  • Get the caption associated with a file item.
  • Get the caption associated with a data file.
  • Get and set the connection caption.
In a report, the Caption property is used to:
  • Get 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:
  • Get and set the caption of a control in a window or in a page.
  • Get and set the caption of a menu option.
  • Get and set the title of a window or page.
  • Get 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 control can be bound to a data file or use an in-memory data source.
  • 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 EndDate property gets and sets the end date of a time period selected:
  • 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 Group property is used to:
  • indicate 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 gets and sets 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.
  • get the name of a control, report or report block.
  • get the name of a control, group of controls or window.
  • get the name of a control, group of controls or page.
  • get and set the name of an item, data file, full-text index or semantic index.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
NbReceived (Property)
The NbReceived property gets the number of parameters received by a procedure.
Note (Property)
The Note property is used to:
  • Get 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.
Numeric (Property)
The Numeric property indicates whether an item is numeric.
OpeningOptions (Property)
The OpeningOptions property gets and sets the opening options of a window manipulated via a Window variable.
OpeningParameters (Property)
The OpeningParameters property gets and sets the parameters passed to a window.
RightToLeft (Property)
The RightToLeft property is used to get the text direction on a control, column, window or report.
Size (Example)
Usage example of the Size property
Size (Property)
The Size property gets and sets 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:
  • Get and set the line thickness for a series (Line charts only).
  • WINDEV Get and set the line thickness in a Wire control.
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:
  • Get and set the value of a report control.
  • Get and set the value of a control or the title of a window.
  • Get the identifier of a stream.
  • Get and set the value of a control or the title of a page.
Width (Property)
The Width property gets and sets 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.