RAD Studio VCL Reference
|
TCustomRichEdit is the base type for rich edit controls such as TRichEdit.
TCustomRichEdit = class(TCustomMemo);
class TCustomRichEdit : public TCustomMemo;
ComCtrls
TCustomRichEdit introduces new properties and methods to expand the capabilities of TCustomMemo for rich text.
Do not create instances of TCustomRichEdit. Use TCustomRichEdit as a base class when declaring control objects that implement rich text capabilities in an edit control. Properties and methods of TCustomRichEdit provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|