TWPRichText ComponentProperties Events |
Unit
WPCTRRich
Declaration
TWPRichText = class(TWPCustomRichText)
Hierarchy
TCustomControl <--TWPCustomRTFControl <--TWPCustomRtfEdit <--TWPCustomRichText <--TWPRichText
Subclasses
None
Description
This is the class which is usually used as an editor. It inherits most of its functionality from the class TWPCustomRtfEdit but also adds useful functions.
Much of the introduced methods have been created to either support the graphic user interface or to make it easier to upgrade projects which used to work with a previous version of WPTools.
| Note |
| If you only need an invisible 'working horse' to process the formatted text, especially within a multi threaded environment, we recommend to create an instance of the TWPCustomRtfEdit class in code (using 'CreateDynamic') and avoid the linking of the unit WPCtrRich. This can help to reduce the application file size. |
| Introduced Properties |
| Introduced Events |
|
Copyright (C) by WP |