Show: Delphi
C++
Display Preferences
Vcl.StdActns.TWindowMinimizeAll Properties
From XE2 API Documentation
| ActionComponent | public | Indicates the client component that caused this action to execute. |
| ActionList | public | Indicates the action list or action manager that contains the action. |
| AutoCheck | public | Controls whether the Checked property toggles when the action executes. |
| Caption | public | Represents the caption of client controls and menu items. |
| Category | published | Specifies the category under which the action appears in its action list or action manager. |
| Checked | public | Indicates whether client controls and menu items appear checked. |
| Clients | protected | Specifies the list of action links associated with the action. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| DesignInfo | public | Contains information used by the Form designer. |
| DisableIfNoHandler | public | Indicates whether client components should be disabled if no handler is found. |
| Enabled | public | Indicates whether client controls and menu items are enabled. |
| Form | public | Provides access to the target of the action. |
| GroupIndex | public | Indicates whether the action acts like a radio button with other actions in the same action list. |
| HelpContext | public | Indicates the help context ID for client controls and menu items. |
| HelpKeyword | public | Indicates the help keyword for client controls and menu items. |
| HelpType | public | Indicates the mechanism for client controls and menu items to use when invoking help. |
| Hint | public | Indicates the Help hint for client controls and menu items. |
| ImageIndex | public | Indicates the ImageIndex property for client controls and menu items. |
| Index | public | Specifies the index of the action in its action list or action manager. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | |
| OnExecute | public | Occurs when the client event that is linked to it fires. |
| OnHint | public | Occurs when the mouse pauses over a client control or menu item. |
| OnUpdate | public | Occurs when the application is idle or when the action list updates. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| SavedEnabledState | protected | Saves the value of the Enabled property when the action is suspended. |
| SecondaryShortCuts | public | Specifies the shortcuts (in addition to ShortCut) for triggering clients. |
| ShortCut | public | Specifies the ShortCut property for client menu items. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| Visible | public | Specifies the Visible property for client controls and menu items. |