RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit Class

TCustomRichEdit is the base type for rich edit controls such as TRichEdit.

Pascal
TCustomRichEdit = class(TCustomMemo);
C++
class TCustomRichEdit : public TCustomMemo;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!