RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRichEdit Class

TRichEdit is a wrapper for a Windows rich text edit control.

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

ComCtrls

Use a TRichEdit object to put a standard Windows rich text edit control on a form. Rich text edit controls let the user enter text that includes variation in font attributes and paragraph formatting information. 

TRichEdit provides the properties and methods to enter and work with rich text. TRichEdit does not provide any user interface components to make these formatting options available to the user. Applications must implement the user interface components to surface the rich text capabilities of a TRichEdit object. To make this easier, a number of pre-defined standard actions operate on a rich edit control to perform common formatting tasks. 

TRichEdit publishes many of the properties inherited from TCustomRichEdit, but does not introduce any new behavior. 

 

TDBMemo 

TMemo 

TParaAttributes 

TTextAttributes 

TRichEditAction 

Adding Scroll Bars at Runtime 

Setting Text Alignment 

Memo and Rich Edit Controls 

Edit Controls

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!