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;

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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!