API:Vcl.ActnMan.TTextProperties

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCheckBoxPropertiesVcl.ActnMan.TCommandPropertiesSystem.Classes.TPersistentSystem.TObjectTTextProperties

Delphi

TTextProperties = class(TCheckBoxProperties)

C++

class PASCALIMPLEMENTATION TTextProperties : public TCheckBoxProperties

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.

Vcl.ActnMan.TTextProperties inherits from Vcl.ActnMan.TCheckBoxProperties. All content below this line refers to Vcl.ActnMan.TCheckBoxProperties.

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