Klasse TCustomMemo

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomMemo = class(TCustomEdit)

Beschreibung

no description available, TCustomEdit description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure Append(const Value: String);

Eigenschaften

Public property Lines: TStrings read FLines write SetLines;
Public property ScrollBars: TScrollStyle read FScrollBars write SetScrollBars;
Public property WordWrap: Boolean read FWordWrap write SetWordWrap stored WordWrapIsStored default true;
Public property HorzScrollBar: TMemoScrollBar read FHorzScrollBar write SetHorzScrollBar stored StoreScrollBars;
Public property VertScrollBar: TMemoScrollBar read FVertScrollBar write SetVertScrollBar stored StoreScrollBars;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure Append(const Value: String);
 

Eigenschaften

Public property Lines: TStrings read FLines write SetLines;
 
Public property ScrollBars: TScrollStyle read FScrollBars write SetScrollBars;
 
Public property WordWrap: Boolean read FWordWrap write SetWordWrap stored WordWrapIsStored default true;
 
Public property HorzScrollBar: TMemoScrollBar read FHorzScrollBar write SetHorzScrollBar stored StoreScrollBars;
 
Public property VertScrollBar: TMemoScrollBar read FVertScrollBar write SetVertScrollBar stored StoreScrollBars;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:03