Vcl.ActnMan.TCheckBoxProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTCheckBoxProperties

Delphi

TCheckBoxProperties = class(TCommandProperties)

C++

class PASCALIMPLEMENTATION TCheckBoxProperties : public TCommandProperties

Properties

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

Description

TCheckBoxProperties contains properties applicable to action client items that have the CommandStyle property set to csCheckBox.

TCheckBoxProperties is used by the TActionClientItem objects that have the CommandStyle property set to csCheckBox. Do not create instances of TCheckBoxProperties directly. TCheckBoxProperties is automatically created by TActionClientItem when its CommandStyle property is modified.

See Also