TCustomRichViewEdit.Create

<< Click to display table of contents >>

TCustomRichViewEdit.Create

Usual component constructor.

Creates a new RichViewEdit instance.

constructor Create(AOwner: TComponent);override;

Use Create to instantiate RichViewEdit at runtime. RichViewEdits placed on forms at design time are created automatically. Specify the owner of the new RichViewEdit using the AOwner parameter.

Important note: initial values of several properties of components created in code may be different from initial values of components placed on form at design time. In the latter case, initial values of these properties can be overridden by the designtime component editor (and overridden by default!)