Vcl.ActnMan.TCommandProperties

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTCommandProperties

Delphi

TCommandProperties = class(TPersistent)

C++

class PASCALIMPLEMENTATION TCommandProperties : public System::Classes::TPersistent

Properties

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

Description

TCommandProperties is a base for all classes used to control the properties of action client items.

TCommandProperties is used by the TActionClientItem objects. Classes that descend from TCommandProperties provide a set of properties used to control the appearance and the behavior of the parent TActionClientItem object.

See Also