API:Vcl.ActnMan.TButtonProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTButtonProperties

Delphi

TButtonProperties = class(TCommandProperties)

C++

class PASCALIMPLEMENTATION TButtonProperties : public TCommandProperties

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.

Vcl.ActnMan.TButtonProperties inherits from Vcl.ActnMan.TCommandProperties. All content below this line refers to Vcl.ActnMan.TCommandProperties.

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