Object PmgRoot (Panel graphic)
Description:
The object is the root of
Pmg objects, it is named
"PmgRoot" and there is just a single object of such type in each
PmaPanel. This object represents the graphics of a single panel.
This object cannot be deleted or moved in the
Pmg object tree.
The
PmaRoot object fulfills similar role in the
Pma object tree.
This object inherits properties, methods and events of the
PmgObject object.
Properties and methods of this object:
AddEventTimer() | Unrepeated or repeated calling of the event function after a defined time period |
Arguments | Input value for opening the panel |
BgColor | Background color of the graphic panel |
ClientType | It gets whether the window is opened in the application or in the Web browser |
Close() | Close panel window |
FocusColor | Outline color rendered around the selected Pmg object |
GetPanelInfo() | Information regarding the PmaPanel object that contains this object (name, path, ...) |
Print() | Print the open panel (or its part) to a printer or into the file |
RemoveEventTimer() | Cancelling the unrepeated or repeated calling of function after a defined time period |
ReturnValue | The output value on closing the panel |
ViewerScrollX | X-coordinate of the left upper corner of visible panel content |
ViewerScrollY | Y-coordinate of the left upper corner of visible panel content |
ViewerTitle | Open panel title |
Events inherited from the PmgObject object:
onStart | Is triggered on the construction of the Pmg object in the course of opening the panel |
onStop | Is triggered on the destruction of the Pmg object in the course of closing the panel |
onRefresh | Is triggered on the data refresh of the Pmg object |
History:
Pm9.00.00: Object name changed:
PmiRoot ->
PmgRoot