Vcl.ListActns.TCustomStaticListAction Events
InheritedProtected
| OnChange | protected | Occurs when one of the action's properties changes. |
| OnExecute | public | Occurs when the execute event, of a client linked to the action, fires. |
| OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnGetItem | public | Occurs when the static list action supplies an item to its client controls. |
| OnGetItemCount | protected | Occurs when the list action needs to determine the number of items it supplies to client controls. |
| OnHint | public | Occurs when the mouse pauses over a client control or menu item. |
| OnItemSelected | protected | Occurs when a client control executes the action because a user selected one of the items. |
| OnUpdate | public | Occurs when the application is idle or when the action list updates. |