Klasse TCustomMemo
Unit
StdCtrls
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
 |
constructor Create(AOwner: TComponent); override; |
 |
destructor Destroy; override; |
 |
procedure Append(const Value: String); |
Eigenschaften
Beschreibung
Methoden
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure Append(const Value: String); |
|
Eigenschaften
 |
property Lines: TStrings read FLines write SetLines; |
|
 |
property ScrollBars: TScrollStyle read FScrollBars write SetScrollBars; |
|
 |
property WordWrap: Boolean read FWordWrap write SetWordWrap stored WordWrapIsStored default true; |
|
 |
property HorzScrollBar: TMemoScrollBar
read FHorzScrollBar write SetHorzScrollBar stored StoreScrollBars; |
|
 |
property VertScrollBar: TMemoScrollBar
read FVertScrollBar write SetVertScrollBar stored StoreScrollBars; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:03