Vcl
Vcl is the unit scope for the Visual Component Library (VCL) .
Unit Scopes
Units
The Vcl.ActnList unit has the same purpose for VCL as FMX.ActnList does for FireMonkey. The Vcl.ActnList unit contains the base classes for working with actions in VCL. All similar classes have the same names in both FMX.ActnList and Vcl.ActnList units.
Defines Vcl.ActnMan.TActionManager and related classes used by the Action Manager, such as Vcl.ActnMan.TActionBars.
Defines base classes and metaclasses for action band menus, such as TCustomAddRemoveItem and TCustomAddRemoveItemClass. See also Setting Up Action Lists.
Defines the class TPopupActionBar and the routine NewPopupMenu, which creates a popup menu. See also Providing a Pop-up Menu.
Defines the TApplicationEvents VCL component, which defines default event handlers for actions, such as Vcl.AppEvnts.TApplicationEvents.OnActivate and Vcl.AppEvnts.TApplicationEvents.OnHint.
Defines one class (Vcl.BandActn.TCustomizeActionBars), which enables a customization dialog for action bars. You can access the customization dialog by selecting the Tools category on the New Standard Action Classes dialog box.
Defines classes, options, and event handlers for button groups (a button group is a related group of buttons).
Defines more specialized VCL buttons, such as TBitBtn and TSpeedButton. In VCL, the standard plain button is Vcl.StdCtrls.TButton.
Defines classes that represent extra standard actions or base classes of custom actions, such as TOpenPicture or TListControlAction, respectively.
Defines extra VCL controls such as TCalendar, TCornerButton, and TImageViewer.
Defines standard action band menu classes such as TStandardMenuPopup and TStandardMenuButton.
Defines the standard (predefined) actions that are available to you in the VCL.
Defines the standard (predefined) controls that you can use in VCL applications. Commonly used classes in Vcl.StdCtrls are TButton, TCheckBox, TEdit, TLabel, and TScrollBar.
Defines classes for VCL style management.