Vcl.ComCtrls.TParaAttributes.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCustomRichEdit);

C++

__fastcall TParaAttributes(TCustomRichEdit* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TParaAttributes

Description

Creates an instance of TParaAttributes.

Do not call the constructor for a TParaAttributes object, as the properties of a TParaAttributes object are not valid outside of a TCustomRichEdit object. Create is called from the constructor of a rich edit control that uses TParaAttributes.

See Also