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

TTextProperties contains properties applicable to action client items that have the CommandStyle property set to csText.

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

See Also