RAD Studio VCL Reference
|
TMemo is a wrapper for a Windows multiline edit control.
TMemo = class(TCustomMemo);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|