| |
Accessibility | The Accessibility property gets and sets the accessibility properties of a control. |
Anchor | The Anchor property sets the anchors of a control in a window, page or report. |
AnchorRateBottom | The AnchorRateBottom property is used to:- Find out the anchor rate when a control moves on the vertical axis.
- Modify the anchor rate when a control moves on the vertical axis.
|
AnchorRateHeight | The AnchorRateHeight property is used to:- Find out the vertical anchor rate of a control.
- Modify the vertical anchor rate of a control.
|
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.
|
AutoCorrect | The AutoCorrect property allows you to define a set of automatic corrections to be applied in a Word Processing control as the user types. |
AutomaticLink | The AutomaticLink property is used to: - determine if the automatic link detection mode is enabled,
- enable or disable the automatic link detection mode.
|
CheckSpell | The CheckSpell property is used to enable or disable the automatic spelling checker. |
Cursor | The Cursor property gets and sets the position of the mouse cursor in one of the following controls:- Edit control.
- Editable Combo Box.
- "Edit control" table column and "Editable Combo Box" table column.
- Word Processing control.
- HTML Editor control.
- Code Editor control.
|
CursorEnd | The CursorEnd property gets and sets the end position of the mouse selection range in the following controls:- Edit control.
- Editable Combo Box.
- "Edit control" column and "Editable Combo Box" column in a Table control.
- Word Processing control.
- Code Editor control.
|
DataBinding | The DataBinding property is used to identify and change the binding between a control and:- an item in a data file.
- a variable.
- several variables.
|
DefaultFilePath | The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option. |
DisplayBookmarks | The DisplayBookmarks property is used to: - identify the display mode of bookmarks in a Word Processing control.
- show or hide bookmarks in a Word Processing control.
|
DisplayEnabled | The DisplayEnabled property is used to:- determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly.
- refresh a control or window.
|
DisplayFormattingMarks | The DisplayFormattingMarks property is used to: - Determine if formatting marks are shown or hidden in a Word Processing control.
- Show or hide formatting marks in a Word Processing control.
|
DisplayMode | The DisplayMode property gets and changes: - the display mode in a Word Processing control,
- the display mode in a PDF Reader control
- the display mode in an HTML Editor control,
- the display mode in a Kanban control
|
Empty | The Empty property is used to determine if:- a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control.
- 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.
|
Extra | The Extra property is used to:- Get additional information about a control, window, or page.
- Edit additional information of a control, window or page.
|
FilePath | The FilePath property gets: - the name of the xlsx file associated with a Spreadsheet control.
- the name of the file associated with an Image Editor control.
- the name of the PDF file associated with a PDF Reader control.
- the name of the DOCX file associated with a Word Processing control.
- the name of the wddiag file associated with a Diagram Editor control.
|
FlexAlignSelf | The FlexAlignSelf property gets and sets the alignment of an item along the cross axis of a Flexbox control (corresponding CSS property: "align-self"). |
FlexGrow | The FlexGrow property gets and sets the grow factor of an item in a line of a Flexbox control. |
FlexShrink | The FlexShrink property gets and sets the shrink factor of an item in a line of a Flexbox control. |
FormattingMarksColor | The FormattingMarksColor property is used to: - get the color of the formatting marks in a Word Processing control.
- change the color of the formatting marks in a Word Processing control.
|
FullName | The FullName property is used to find out the full name:- of a control.
- of a window.
- of a menu option.
- of a table column.
|
Grayed | The Grayed property is used to: - Determine if a control (or a group of controls) is grayed out.
- Gray out or ungray a control, a group of controls or a window.
|
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 is used to get and change 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.
|
HideWhileScrolling | The HideWhileScrolling property is used to:- Determine if the pinned control is hidden while scrolling,
- Show or hide the pinned control while scrolling.
|
HTMLEdit | The HTMLEdit property is used to: - find out whether a Word Processing control is displayed in optimized mode for HTML editing,
- modify a Word Processing control to display it (or not) in optimized mode for HTML editing.
|
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.
|
InitialState | The InitialState property gets the initial state of a control. |
InitialValue | The InitialValue property is used to get the initial value of a control in a window or page. |
InitialVisible | The InitialVisible property is used to determine if:- a control was visible during the first display of the associated window or page.
- a window was visible during its first display.
|
InitialWidth | The InitialWidth property is used to:- Find out the initial width of a control or window.
- Modify the base width used to anchor the controls in "width".
- Find out the initial width of a report control.
|
InputEnabled | The InputEnabled property is used to: - Determine if a control or a group of controls is editable or read-only.
- Change the input options for a control or group of controls.
|
MaxHeight | The MaxHeight property is used to get and change the maximum height of a control or window. |
MaxWidth | The MaxWidth property is used to get and change the maximum width of a control or window. |
MinHeight | The MinHeight property is used to get and change the minimum height of a control or window. |
MinWidth | The MinWidth property is used to get and change the minimum width of a control or window. |
Modified | The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input). |
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.
|
NewLine | The NewLine property is used to determine:- in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX.
- in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX.
- in an Organizer control, whether an appointment was created via the popup menu.
- in a Scheduler control, whether an appointment was created via the popup menu.
|
Note | 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.
|
NoteTitle | The NoteTitle property is used to:- Get the title of the notes used in the technical documentation of a control, window, page or report.
- Change the title of the notes used in the technical documentation of a control, window, page or report.
|
NumberAccessiblePages | The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control. |
NumberDisplayedPage | The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control. |
NumberPage | The NumberPage property is used to get: - the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control.
- the number of pages in a PDF file displayed in an Image control.
- the number of pages found in a PDF file displayed in a PDF Reader control.
- the number of pages found in a DOCX file displayed in a Word Processing control.
|
Pane | The Pane property is used to: - Find out the pane tabs associated with a control.
- Define the pane tabs associated with a control.
|
Pinned | The Pinned property is used to: - Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area.
- Determine if a control is pinned.
|
Plane | The Plane property is used to:- Get:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Change:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
|
Process | The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. |
Ribbon | The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls). |
RuleVisible | The RuleVisible property is used to: - Find out whether the rulers are visible or invisible in a Word Processing control.
- Make the rulers visible or invisible in a Word Processing control.
|
Selection | The Selection property is used to get the characteristics of the selection (or cursor): - in a Word Processing control.
Remark: This selection is in the section being edited in the control (body, header or footer). - in a Spreadsheet control.
- in an HTML Editor control.
- in a Diagram Editor control.
|
SelectionDirection | The SelectionDirection property is used to determine and change the selection direction (left to right or right to left) in a Word Processing control. |
SelectionLength | The SelectionLength property is used to get and change the length of the selection made in a Word Processing control. |
State | The State property gets and sets the state of an element. |
TABOrder | The TABOrder property gets and sets the position of a control in the tab order of a window. |
ToolbarVisible | The ToolbarVisible property is used to: - determine if the toolbar or the ribbon is displayed in a control.
- show or hide the toolbar or the ribbon in a control.
|
Type | 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 | 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.
|
Visible | The Visible property is used to:- Find out whether an element is visible.
- Make an element visible or invisible.
|
VisibleWithAnimation | The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation. |
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.
|
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.
|
Zoom | The Zoom property gets or sets the zoom value: - in an Image control.
- in a Map control.
- in an Organization Chart control.
- in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control.
- in a Word Processing control.
- in a PDF Reader control.
- in a Camera control.
- in a Diagram Editor control;
- in a window.
|
ZOrder | The ZOrder property defines the Z-order of an element. |