Panel
A panel (possibly within a panel group).
Superclass of LibraryPanel, PagesPanel
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
index | number | readonly | The index of the Panel within its containing object. |
name | string | readonly | The name of the Panel. |
parent | Application | readonly | The parent of the Panel (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
visible | bool | r/w | If true, the panel is visible. |
Methods
Instances
Array
of Panel getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the Panel.
Element of
Library.associatedPanel
Used in:
array of Panel Panels.itemByRange (from: any, to: any)
Panel Panels.nextItem (obj: Panel)
Panel Panels.previousItem (obj: Panel)
Return
Array of Panel Panel.getElements ()
Panel Panels.anyItem ()
Array of Panel Panels.everyItem ()
Panel Panels.firstItem ()
Panel Panels.item (index: any)
Panel Panels.itemByName (name: string)
Array of Panel Panels.itemByRange (from: any, to: any)
Panel Panels.lastItem ()
Panel Panels.middleItem ()
Panel Panels.nextItem (obj: Panel)
Panel Panels.previousItem (obj: Panel)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |