Vcl.ComCtrls.TTextAttributes.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TCustomRichEdit; AttributeType: TAttributeType);

C++

__fastcall TTextAttributes(TCustomRichEdit* AOwner, TAttributeType AttributeType);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes

Beschreibung

Erstellt eine Instanz von TTextAttributes.

Rufen Sie den Konstruktor für TTextAttributes nicht direkt auf. TTextAttributes werden vom Konstruktor des RTF-Eingabefeldes erzeugt. Das RTF-Steuerelement verwendet einen Attribut-Typ atDefaultText, um seine Eigenschaft DefAttributes zu implementieren, und einen Attribut-Typ atSelected für die Eigenschaft SelAttributes.

Siehe auch