| |
AdjustmentMode | The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report. |
Anchor | The Anchor property sets the anchors of a control in a window, page or report. |
AnchorRateRight | The AnchorRateRight property is used to:- Find out the anchor rate when a control moves on the horizontal axis.
- Modify the anchor rate when a control moves on the horizontal axis.
|
AnchorRateWidth | The AnchorRateWidth property is used to:- Find out the anchor rate when a control (or a table column) stretches on the horizontal axis.
- Modify the anchor rate when a control (or a table column) stretches on the horizontal axis.
|
BackgroundColor | The BackgroundColor property is used to set the background color of a control, window, page or block of a report. |
Border | The Border property gets and sets the characteristics of the borders: - for a report control or block.
- for a window control.
- for a cell of the Table control.
|
Caption | 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.
|
CollapsedImage | The CollapsedImage property is used to: - find out and/or modify the default image associated with a collapsed row in a TreeView Table control.
- find out and/or modify the default image associated with a collapsed row in a TreeView control.
- find out and/or modify the image associated with a specific collapsed row in a TreeView Table control.
- find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report.
|
Color | 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.
|
DisplayCurrency | The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control. |
DisplayedItem | The DisplayedItem property is used to:- Find out the item or the variable displayed by the control.
- Modify the item or the variable displayed by the control.
|
Empty | 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.
|
EndDatePeriodDisplayed | The EndDatePeriodDisplayed property gets the end date of the range displayed in a Scheduler or Organizer control of a report. |
ExpandedImage | The ExpandedImage property is used to: - find out and modify the default image associated with an expanded row in a TreeView Table control.
- find out and/or modify the default image associated with an expanded row in a TreeView control.
- find out and modify the image associated with a specific expanded row in a TreeView Table control.
- find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report.
|
Font | 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.
|
FontAppointmentTitle | The FontAppointmentTitle property is used to:- Find out the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports.
- Modify the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports.
|
FontBold | The FontBold property is used to:- Determine if the text is bold.
- Change the weight of the text.
|
FontCharset | The FontCharset property is used to:- Find out the character set used by the screen fonts of a control.
- Modify the character set used by the screen fonts of a control.
|
FontCondensed | The FontCondensed property is used to:- Determine if characters in a text are condensed.
- Condense (or not) the characters in a text.
|
FontExtended | The FontExtended property is used to:- Find out whether the spacing between characters in a text is increased.
- Increase the spacing between characters in a text.
|
FontItalic | The FontItalic property is used to:- Determine if the text is italicized.
- Apply or remove italic formatting from the text.
|
FontLarge | The FontLarge property is used to:- Determine if the text is expanded.
- Expand the text.
|
FontName | The FontName property is used to:- Identify the font used in a control.
- Change the font used in a control.
|
FontSize | The FontSize property is used to:- Identify the size of the font used in a control.
- Change the size of the font used in a control.
|
FontStrikeOut | The FontStrikeOut property is used to:- Determine if the text displayed is struck through.
- Apply strikethrough formatting (or not) the text displayed in a control.
|
FontUnderlined | The FontUnderlined property is used to:- Determine if the text is underlined.
- Underline (or not) a text.
|
FutureHeight | The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged. |
GranularityGridlines | The GranularityGridlines property gets and changes the size of the grid that defines the gridlines in a Scheduler or Organizer control in a report. |
Group | The Group property is used 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 | 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.
|
HeightInPixel | The HeightInPixel property is used to get the height in pixels of a control in a report. |
HierarchicalDepth | The HierarchicalDepth property is used to:- Find out the depth of a hierarchical control in a report.
- Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming).
|
HorizontalAlignment | The HorizontalAlignment property gets and changes the horizontal alignment of a control. |
HTML | The HTML property is used to: - find out whether the current report is printed in HTML mode.
- manage the HTML type of a Static Text control found in a report.
|
Image | The Image property gets and sets the background image of a control or block. |
InitialHeight | The InitialHeight property is used to:- Find out the creation height of a control or window.
- Modify the base height used to anchor the controls "in height".
- Find out the creation height of a block or control in a report.
|
InitialWidth | The InitialWidth property is used to:- Find out the initial width of a control or window.
- Modify base width used for anchoring "width" fields.
- Find out the initial width of a report control.
|
InputMask | The InputMask property is used to:- get the input mask.
- set the input mask (from the masks available for the type).
|
InternalReportName | The InternalReportName property is used to: |
MemoryCurrency | The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically. |
Multiline | 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 | 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.
|
Plane | The Plane property is used to:- Know:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Edit:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
|
PrintArea | The PrintArea property gets and sets the print area of a Spreadsheet control in a report. |
PrintedSheet | Within a report, the PrintedSheet property is used to get and change the sheet of a Spreadsheet control to be printed. |
Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. |
RichEdit | The RichEdit property is used to manage the RTF (Rich Text Format) type: - of an edit control or Static Text control found in a window.
- of a Static Text control found in a report.
|
RightToLeft | The RightToLeft property is used to get the writing direction on a control, column, window or report. |
RTFWithImagesAndTables | The RTFWithImagesAndTables property is used to manage images and tables in RTF Static Text controls in a report. |
Size | The Size property is used to determine and change the size of an element. |
StartDatePeriodDisplayed | The StartDatePeriodDisplayed property gets the start date of the range displayed in a Scheduler or Organizer control of a report. |
State | The State property gets and sets the state of an element. |
TextDirection | The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew). |
URL | The URL property is used to:- Get the address associated with a control.
- Change the address associated with a control.
|
Value | 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.
|
VerticalAlignment | The VerticalAlignment property gets and changes the vertical alignment of a control. |
Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
Width | 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.
|
WidthInPixel | The WidthInPixel property is used to get the width in pixels of a control in a report. |
X | The X property is used to:- Get the X-coordinate of a control, Table control column or window (position on the X-axis).
- Get the X-coordinate of a control or window (position on the X-axis).
|
XInitial | The XInitial property is used to:- Get the X-coordinate:
- of a control (position on the X-axis) when opening the window or the page.
- of a window (position on X-axis) when opening the window.
- Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window.
- Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report.
|
Y | The Y property is used to:- Find out the Y-coordinate of a control or window (position on Y-axis).
- Modify the Y-coordinate of a control or window.
|
YInitial | The YInitial property is used to:- Find out the Y-coordinate:
- of a control (position on Y-axis) when opening the window or the page.
- of a window (position on Y-axis) when opening the window.
- Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window.
- Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report.
|
ZOrder | The ZOrder property defines the Z-order of an element. |