Table 225. Properties
Support Level |
Feature Name |
Description |
---|---|---|
Supported |
Accelerator |
|
Supported |
Alignment |
Supported (r/w): Left!, Center!, Right! In PowerBuilder, when the edit.password property is YES and the alignment of the column's text is center-aligned, the text is left-aligned when it is being edited. After the editing, the text is center-aligned. In the mobile application, the text is always center-aligned. Unsupported: Justify! |
Supported |
Attributes |
|
Supported |
Background.property |
Supported (r/w): Color, Mode |
Supported |
Band |
|
Supported |
BitmapName |
Different from PB, Appeon also supports specifying an Internet URL as the column's content when BitmapName is set to Yes. |
Supported |
Border |
Supported (r/w): NoBorder!, Box!, Lowered!, Raised!, ShadowBox!, Underline!, ResizeBorder! |
Supported |
CheckBox.property |
Supported (r/w): LeftText, Off, On, Other, Scale, Text, ThreeD, ThreeState Unsupported: It is unsupported to dynamically change the edit style of a column by modifying this property. |
Supported |
Color |
Supported (r/w) Set this property using DataWindow expression. |
Supported |
ColType |
Supported (r) dw_control.object.columnname.coltype dw_control.Describe("columnname.coltype") |
Supported |
Criteria.property |
|
Supported |
dbName |
Supported (r) Example: dw_control.object.columnname.dbName dw_control.Describe("columnname.dbName") |
Supported |
dddw.property |
Supported: (r/w): AllowEdit, AutoHScroll, AutoRetrieve, DataColumn, DisplayColumn, HscrollBar, Limit, Name, NilIsNull, PercentWidth, Required, UseAsBorder, VscrollBar, Case Lines, ShowList. (r): HSplitScroll The size and font size of DropdownDataWindows are determined by the size of the deployed DataWindow; the width of DropdownDataWindows, if set to be smaller than the column width, will be displayed in the same width as the column. When executing Modify function to change the dddw.property in the mobile application: 1) the value variable must be contained in single quotation marks. For example, Unsupported code: dw_1.Modify(""emp_id.dddw.name= dw_dddw_dropdown"") Supported code: dw_1.Modify(""emp_id.dddw.name= 'dw_dddw_dropdown'"") 2) properties must be separated with spaces when they are concatenated into one value. For example, Unsupported code: dw_1.Modify = "emp_id.BackGround.Color=" + String(RGB(192,192,192)) + "emp_id.Protect=1" Supported code: dw_1.Modify = "emp_id.BackGround.Color=" + String(RGB(192,192,192)) + " emp_id.Protect=1" Unsupported: It is unsupported to dynamically change the edit style of a column by modifying this property. |
Supported |
ddlb.property |
Supported: (r/w): AllowEdit, AutoHScroll, Case, Limit, NilIsNull, Required, ShowList, Sorted, UseAsBorder, VScrollBar Unsupported: It is unsupported to dynamically change the edit style of a column by modifying this property. |
Supported |
Edit.property |
Supported: (r/w): AutoHScroll, AutoSelect, AutoVScroll, Case *, CodeTable, DisplayOnly, HscrollBar, Limit, Name, NilIsNull, Password, Required, Style, VscrollBar, FocusRectangle, ValidateCode The Case property is used to set the case of characters entered by the user. This property behaves slightly differently between PB and iOS. In PB as well as Android, the character changes its case as soon as it is typed. While in iOS, the character changes case after the text field loses focus. Unsupported: Format is unsupported. Modifying ValidateCode takes no effect. It is unsupported to dynamically change the edit style of a column by modifying this property. |
Unsupported |
EditMask.property |
|
Supported |
Font.property |
Supported: (r/w): Charset, Escapement, Face, Family, Height, Italic, Pitch, Strikethrough, Underline, Weight Note: 1) When the value of Escapement is a negative number, the text will not be rotated. 2) The text rotated can be displayed out of the control in PowerBuilder, but not in the mobile application. 3) After rotated, the multiple-line text still displays in multiple lines in PowerBuilder, but displays in one line in Appeon mobile application. Unsupported: Width |
Supported |
Format |
Supported: Edit |
Supported |
Height |
Set the Height property using a DataWindow expression. |
Supported |
Height.AutoSize |
|
Supported |
HideSnaked |
|
Unsupported |
HTML.property |
|
Supported |
ID |
|
Supported |
Identity |
|
Supported |
Initial |
|
Supported |
Key |
|
Supported |
LineRemove |
|
Unsupported |
Movable |
|
Supported |
Multiline |
|
Supported |
Name |
|
Partially Supported |
Pointer |
See Common Features for details. |
Supported |
Protect |
This property can be set by using DataWindow expression. |
Supported |
RadioButton.property |
Supported (r/w): 3D, Columns, LeftText, Scale It is unsupported to dynamically change the edit style of a column by modifying this property. |
Unsupported |
Resizable |
|
Supported |
RightToLeft |
This property is partially supported. It only supports the right-to-left display of characters. |
Supported |
SlideLeft |
|
Supported |
SlideUp |
|
Supported |
TabSequence |
|
Supported |
Tag |
|
Supported |
Type |
|
Supported |
Update |
|
Supported |
Validation |
This property cannot be dynamically changed. |
Supported |
ValidationMsg |
|
Supported |
Values |
This property is supported for columns with the following edit styles: DropDownListBox, CheckBox, and RadioButtons. |
Supported |
Visible |
This property can be set by using DataWindow expression. |
Supported |
Width |
This property can be set by using DataWindow expression. |
Supported |
Width.Autosize |
|
Supported |
X |
|
Supported |
Y |
|