API:Vcl.StdCtrls.TMemo

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomMemoVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTMemo

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

TCustomMemo is the base type for memo components, which are multiline edit boxes, including TMemo and TDBMemo.

Vcl.StdCtrls.TMemo inherits from Vcl.StdCtrls.TCustomMemo. All content below this line refers to Vcl.StdCtrls.TCustomMemo.

TCustomMemo is the base type for memo components, which are multiline edit boxes, including TMemo and TDBMemo.

TCustomMemo introduces new properties and methods to expand the capabilities of TCustomEdit for handling multiline edit boxes.

Do not create instances of TCustomMemo. Use TCustomMemo as a base class when declaring control objects that implement a multiline edit control. Properties and methods of TCustomMemo provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.

See Also