Vcl.ComCtrls.TParaAttributes.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TCustomRichEdit);

C++

__fastcall TParaAttributes(TCustomRichEdit* AOwner);

Eigenschaften

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

Beschreibung

Erstellt eine Instanz von TParaAttributes.

Rufen Sie den Konstruktor für ein TParaAttributes-Objekt nicht direkt auf, da dessen Eigenschaften außerhalb eines TCustomRichEdit-Objekts nicht gültig sind. Create wird vom Konstruktor eines RTF-Eingabefeldes aufgerufen, das TParaAttributes verwendet.

Siehe auch