TSRichViewEdit.Create

<< Click to display table of contents >>

TSRichViewEdit.Create

A constructor, creates a new instance of TSRichViewEdit.

constructor Create(AOwner: TComponent);

AOwner is another component, typically the form, that is responsible for freeing the control. It becomes the value of the Owner property.

Controls placed on form at design time are created automatically.