|
AutoSize |
Indicates whether this Page Object should be Automatically Sized. |
|
ButtonStripBorderStyle |
The Border Style for Button Strip type Page Objects. |
|
ButtonStripBorderStyleText |
The Button Strip Border Style in its String representation. |
|
ButtonType1 |
This Page Object's Button 1 type. |
|
ButtonType1Text |
This Page Object's Button 1 type in its String representation. |
|
ButtonType2 |
This Page Object's Button 2 type. |
|
ButtonType2Text |
This Page Object's Button 2 type in its String representation. |
|
ButtonType3 |
This Page Object's Button 3 type. |
|
ButtonType3Text |
This Page Object's Button 3 type in its String representation. |
|
Caption |
The Caption. |
|
CaptionWidth |
The Caption Width. |
|
CheckBoxStyleAsOptionButton |
Indicates whether to style a CheckBox as an Option Button. |
|
ColourBackground |
The Background Colour of this Label type Page Object. |
|
ColourForeground |
The Foreground Colour of this Label type Page Object. |
|
DataSourceDescriptionField |
The name of the Description Field that will be displayed for DBComboBox type Page Objects that are based on a Database Query. |
|
DataSourceIdField |
The name of the Id Field for DBComboBox type Page Objects that are based on a Database Query. |
|
DataSourceSql |
The SQL Query for a DBComboBox with a Data Source Type of 'Database Query'. |
|
DataSourceSqlWhere |
The SQL Where clause to filter the Data Source by. |
|
DataSourceStandardRange |
The Standard Range to use if DataSourceType is 'StandardRange'. |
|
DataSourceStandardRangeFastMode |
Indicates whether to use Fast Mode for this Standard Range. |
|
DataSourceStandardRangeIncludeActiveOnly |
Indicates whether to only include Active records for this Standard Range if applicable. |
|
DataSourceStandardRangeShowFindButton |
Indicates whether to show a Find Button next to a DbComboBox bound to a Standard Range. |
|
DataSourceStandardRangeText |
This Standard Range to use in its String representation. |
|
DataSourceType |
This DbComboBox's Data Source Type. |
|
DataSourceTypeText |
This DbComboBox's Data Source Type in its String representation. |
|
DateCycleIsFrequency |
Indicates whether this Date Cycle ComboBox type Page Object represents a Frequency rather than a Period. |
|
DateSpecialType |
This Special Type for a DateBox. |
|
DateSpecialTypeText |
This DateSpecialType in its String representation. |
|
Enabled |
Indicates whether this Page Object is Enabled. |
|
FieldHint |
The Hint to display in a field when it is blank. |
|
FontBold |
Indicates whether the Font for this Custom styled Label type Page Object is Bold. This is also applied to the caption on DateBox, TextBox, NumberBox, ComboBox and DBComboBox type Page Objects. |
|
FontItalic |
Indicates whether the Font for this Custom styled Label type Page Object is Italic. |
|
FontName |
The Name of the Font for this Custom styled Label type Page Object. |
|
FontSize |
The Size of the Font for this Custom styled Label type Page Object. |
|
FontUnderline |
Indicates whether the Font for this Custom styled Label type Page Object is Underline. |
|
GroupTags |
A comma separated list of Group Tags for this Page Object. |
|
Height |
The Height of this Page Object. |
|
HeightFill |
Indicates whether the Height of this Page Object should be automatically adjusted to fill any empty space on the Page. |
|
HtmlEditorAllowFollowLinks |
Indicates whether to allow hyerperlins to be followed for an HTML Editor type Page Object that is read-only. |
|
HtmlEditorShowToolbar |
Indicates whether show the Formatting Toolbar for an HTML Editor type Page Object. |
|
HtmlPanelDisabledCaption |
The Caption to display for disabled HTML Panel type Page Objects. |
|
HtmlPanelShowBorder |
Indicates whether show a Border around this HTML Panel type Page Object. |
|
ImageData Read-Only |
Base-64 encoded Image Data. Use ImageDataLoad method to update. |
|
ImageFileName |
The Image File name, URL or an Icon Resource Id. If this is a file and no path is specified, it will be relative to the User's Templates folder. |
|
ImageFileNameResolved Read-Only |
The Image File Name. |
|
ImageSizeMode |
The Image Size Mode. |
|
ImageSizeModeText |
This Image Size Mode in its String representation. |
|
ImageSourceType |
The Image Source Type. |
|
IsDirty Read-Only |
Indicates whether this object has been modified since being created, loaded or refreshed. |
|
KeepWithPrevious |
Indicates whether this Page Object should be kept on the same row as the previous item in the collection. |
|
LabelStyle |
This Label's Style. |
|
LabelStyleText |
This Label's Style in its String representation. |
|
Left |
The Left position of this Page Object for use if its Page is in Positioned Layout mode. |
|
LeftAlignPageObjectName |
The name of the Page Object to attempt to align this Page Object with the left of when in Flow Layout mode. |
|
LimitToList |
Indicates whether this ComboBox type Page Object should be Limited to List meaning the user can only enter values that exist in the List. |
|
List |
The List for ComboBox type Page Objects. |
|
Mandatory |
' Special List Properties. ' |
|
MaxLength |
The Maximum Length that String values entered into this Page Object can be. |
|
MaxValue |
The Maximum Value for DateBox and NumberBox Page Objects. |
|
MinValue |
The Minimum Value for DateBox and NumberBox Page Objects. |
|
Name |
' The Maximum Width that this Page Object can be sized to or 0 if no automatic sizing is to take place. ' |
|
NumberBoxAllowBlank |
Indicates whether a Number Box allows a blank value (and therefore supports the ValueIsBlank property). |
|
NumberBoxBlankIfZero |
Indicates whether a Number Box should appear blank if its value is zero. |
|
NumberBoxDecimals |
The number of Decimal Places to show in a NumberBox type Page Object. |
|
NumberBoxDecimalsResolved Read-Only |
The number of Decimal Places to show in a NumberBox type Page Object. |
|
NumberBoxGroupDigits |
Indicates whether to Group Digits i.e. display a thousands separator for NumberBox type Page Objects. |
|
NumberBoxSpecialType |
The Number Box Special Type. |
|
NumberBoxSpecialTypeText |
This Number Box Special Type in its String representation. |
|
PaddingBottom |
The amount of Padding (in pixels) to apply to the Bottom of this Page Object. |
|
PaddingLeft |
The amount of Padding (in pixels) to apply to the Left of this Page Object. |
|
PaddingRight |
The amount of Padding (in pixels) to apply to the Right of this Page Object. |
|
PaddingTop |
The amount of Padding (in pixels) to apply to the Top of this Page Object. |
|
PageObjectType |
The Page Object Type. |
|
PageObjectTypeText |
The Page Object Type in its String representation. |
|
Parent |
Parent Page Objects collection. |
|
ShowSpin |
Indicates whether to Show Spin buttons for Date and Number type Page Objects. |
|
SpecialFormatting |
This TextBox's Special Formatting setting. |
|
SpecialFormattingText |
This TextBox's Special Formatting setting in its String representation. |
|
TabIndex |
The Tab Index determines the order in which the user can Tab to this Page Object. |
|
TabStop |
Indicates whether the user can Tab to this Page Object. |
|
Tag |
The Tag property can be used to attach another value or object to this object. |
|
TagInternal1 System Use Only |
The Tag property can be used to attach another value or object to this object. |
|
TagInternal2 System Use Only |
The Tag property can be used to attach another value or object to this object. |
|
TagInternal3 System Use Only |
The Tag property can be used to attach another value or object to this object. |
|
TextBoxMultiLine |
Indicates whether this TextBox type Page Object is Multi-Line. |
|
TextBoxWidth |
The Width of the TextBox (input field) portion of the Page Object. |
|
TooltipText |
The Tooltip Text. |
|
Top |
The Top position of this Page Object for use if its Page is in Positioned Layout mode. |
|
Visible |
Indicates whether this Page Object is Visible. |
|
Width |
The Width. |