Vcl.StdCtrls.TMemo
Delphi
TMemo = class(TCustomMemo)
C++
class PASCALIMPLEMENTATION TMemo : public TCustomMemo
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | Vcl.StdCtrls |
Description
TMemo is a wrapper for a Windows multiline edit control.
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.