TDBRichView.Create

<< Click to display table of contents >>

TDBRichView.Create

A constructor, creates new DBRichView

constructor Create(AOwner: TComponent);override;

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