Vcl.ActnMan.TActionClients

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TActionClientsCollectionSystem.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTActionClients

Delphi

TActionClients = class(TActionClientsCollection)

C++

class PASCALIMPLEMENTATION TActionClients : public TActionClientsCollection

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

TActionClients is a container for TActionClient objects.

Each TActionClients object holds a collection of TClientAction objects. The TActionClients object is used internally by the TActionManager component to maintain information about the action clients managed by the an action manager. Instances of the TActionClients object should never be created directly or the methods contained in TActionClients called directly.

See Also