TDBRichViewEdit.Create

<< Click to display table of contents >>

TDBRichViewEdit.Create

A constructor, creates new DBRichViewEdit.

constructor Create(AOwner: TComponent);override;

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