VCL Actions

From RAD Studio
Jump to: navigation, search

Go Up to VCL


The VCL extends the RTL implementation of actions as follows:

  • It defines TAction, which extends the functionality of TContainedAction.
  • It defines in the Vcl.StdActns unit many standard actions that you can use in your applications.
  • It defines TActionManager and TActionList. Each of those components provides a different approach for managing the actions that your application uses.

Using Actions

To use actions in the VCL, you must choose between the following available approaches:

See Also