Display Class
Name | Description | |
---|---|---|
Display(RunObj, int) | Construct the instance |
Name | Description | |
---|---|---|
Category | ReadOnly property with categories configured on Display object. | |
CustomProperties | Array containg Custom Properties | |
Description | Gets the Description of the display, configured in DT.Table(eObjType.DisplaysList). | |
HorizontalScroll | Indicates the horizontal scroll value. | |
Id | Object ID (Internal Use). | |
IsOpened | Indicates if the selected display is opened. | |
Level | ReadOnly property with levels configured on Display object. | |
VerticalScroll | Indicates the vertical scroll value. | |
ZoomLevel | Indicates the zoom level of page. One is the normal zoom level. |
Name | Description | |
---|---|---|
Close() | Begin close display | |
GetCustomPropertiesAsString(string) | Get all custom properties. Example: Prop1=10;Prop2=123 | |
GetCustomPropertyValue(string, string) | Get value of custom property name | |
NewPopup(params object[]) | Begin open new popup | |
Open() | Begin open display | |
OpenModal() | Open display as modal. Disabled for Mono and HTML5 | |
PrintDisplay(bool) | Begin print display | |
PrintDisplayDefaultPrinter(int) | Begin print display using default printer | |
RemoveAllCustomProperties() | Remove all custom properties | |
SetCustomProperties(string, string) | Set several custom properties at the same time. Example: Prop1=10;Prop2=123 | |
SetCustomPropertyValue(string, object) | Set custom property value. If property not exist then it is created |
T.Modules.Display.Display