Vcl.ActnMan.TActionBars Properties
InheritedProtected
| ActionBars | public | Contains a collection of all of the action bars connected to the action manager. |
| ActionClients | protected | Lists the action clients in this collection. |
| ActionManager | public | Indicates the action manager that owns the TActionClientsCollection object. |
| AutoHotKeys | public | Specifies whether accelerator keys are auto-generated for items that do not have them assigned. |
| Capacity | public | Provides access to the internal TList.Capacity property. |
| Count | public | Returns the number of items in the collection. |
| Customizable | published | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| HintShortCuts | published | A forward to the application object's property of the same name. |
| ItemClass | public | Indicates the class to which the collection's items belong. |
| Items | public | Lists the items in the collection. |
| NextID | protected | Specifies a unique ID that can be assigned to the next added collection item. |
| ParentItem | protected | Indicates the action client object that uses this collection to maintain its subitems. |
| PropName | protected | Specifies the name of the property that the collection implements. |
| SessionCount | published | Returns the number of times the application has been run. |
| ShowHints | published | Indicates whether hints should be shown for items in the collection. |
| UpdateCount | protected | Counts the number of times BeginUpdate was called without a corresponding call to EndUpdate. |