TCustomRichView.Create

<< Click to display table of contents >>

TCustomRichView.Create

Usual component constructor. Creates a new TRichView instance.

constructor Create(AOwner: TComponent);override;

Use Create to instantiate RichView at runtime. RichViews placed on forms at design time are created automatically. Specify the owner of the new RichView 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!)