Vcl.ActnMan.TActionClientItem Properties
InheritedProtected
| Accessible | published | |
| Action | published | Specifies the action category or action that the TActionClientItem represents. |
| ActionBar | public | Specifies the action band the action client is rendered on. |
| ActionClients | public | Returns the TActionClients object that contains the TActionClientItem. |
| ActionLink | public | Refers to the action client item's action link. |
| Background | published | Specifies the image that is drawn on the action client's action band for the action client. |
| BackgroundLayout | published | Specifies how the image specified in the Background property is rendered on the action band used by the action client to render any sub-items that are contained by the action client. |
| Caption | published | Specifies the caption the action manager uses when the TActionClientItem is rendered on an action band. |
| ChangesAllowed | published | Indicates which kinds of changes to the action client are permissible. |
| CheckUnused | public | Indicates whether the TActionClientItem object should be checked to see if it is unused and, if so, hidden from view. |
| ChildActionBar | public | Specifies the action band that is used to render the TActionClients object specified in the Items property. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| Color | published | Specifies the background color for TClientAction when it is rendered on a action band. |
| CommandProperties | published | CommandProperties exposes the properties associated with the TActionClientItem object. |
| CommandStyle | published | CommandStyle specifies the style of a TActionClientItem. |
| ContextItems | published | Specifies the TActionClients object that is rendered as a popup menu when a item is right clicked. |
| Control | public | Specifies the action band control that is rendered on an action band for the TActionClientItem object. |
| Default | published | |
| DisplayName | public | The name displayed in the Collection editor. |
| DisplayRow | public | |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| HasItems | public | Specifies whether the action client has sub-items associated with the action client. |
| HelpContext | published | |
| ID | public | A unique, permanent index for the item. |
| ImageIndex | published | Contains the ImageIndex property for the client action item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| Items | published | Specifies the TActionClients object that contains the sub-items of the action client. |
| KeyTip | published | Current KeyTip for command. |
| LastSession | published | Specifies the date an action client was last used. |
| MergeIndex | published | Used to help merge action lists. |
| NewCol | published | |
| NewRow | published | |
| OwningCollection | public | |
| ParentItem | public | Refers to the parent item of the action client item. |
| Separator | public | Returns whether the TActionClientItem is rendered as a separator control on an action band. |
| ShortCut | published | Shortcut of the action client item that is displayed in the caption for the UI element that is rendered on an action band. |
| ShortCutText | public | Contains the text label (like "Ctrl+S") for the shortcut. |
| ShowCaption | published | Determines whether the caption for the TActionClientItem is drawn. |
| ShowGlyph | published | Indicates whether an image should be shown for the action. |
| ShowShortCut | published | Determines whether the underbar character underneath the shortcut character is displayed. |
| Tag | published | |
| UsageCount | published | Specifies the total number of times an item has been used. |
| Visible | published | Determines whether the action client is visible. |