RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMemo Class

TMemo is a wrapper for a Windows multiline edit control.

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

StdCtrls

Use TMemo to put a standard Windows multiline edit control on a form. Multiline edit boxes allow the user to enter more than one line of text. They are appropriate for representing lengthy information. 

TMemo implements the generic behavior introduced in TCustomMemo. TMemo publishes many of the properties inherited from TCustomMemo, but does not introduce any new behavior.

Note: Under Win 9x, there is a limit of 64k of text for this control.
 

 

TDBMemo 

TEdit 

TRichEdit 

Displaying and Editing Text in a Memo Control 

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!