Class tundoinplaceedit
Unit
Declaration
type tundoinplaceedit = class(tinplaceedit)
Description
This item has no description.
Hierarchy
- tobject
- tinplaceedit
- tundoinplaceedit
Overview
Fields
| Protected | fundolist: ttextundolist; |
Methods
| Protected | procedure deletechar; override; |
| Protected | procedure deleteback; override; |
| Protected | procedure internaldelete(start,len,startindex: integer; selected: boolean); override; |
| Protected | procedure enterchars(const chars: msestring); override; |
| Protected | function pastefromclipboard( const buffer: clipboardbufferty): boolean; override; |
| Protected | function cuttoclipboard(const buffer: clipboardbufferty): boolean; override; |
| Public | constructor create(aowner: twidget; editintf: iedit; undointf: iundo; istextedit: boolean); |
| Public | destructor destroy; override; |
| Public | procedure begingroup; override; |
| Public | procedure endgroup; override; |
| Public | function canundo: boolean; override; |
| Public | function canredo: boolean; override; |
| Public | procedure undo; override; |
| Public | procedure redo; override; |
| Public | procedure moveindex(newindex: integer; shift: boolean = false; donotify: boolean = true); override; |
Properties
| Public | property undolist: ttextundolist read fundolist; |
Description
Fields
| Protected | fundolist: ttextundolist; |
|
This item has no description. | |
Methods
| Protected | procedure deletechar; override; |
|
This item has no description. | |
| Protected | procedure deleteback; override; |
|
This item has no description. | |
| Protected | procedure internaldelete(start,len,startindex: integer; selected: boolean); override; |
|
This item has no description. | |
| Protected | procedure enterchars(const chars: msestring); override; |
|
This item has no description. | |
| Protected | function pastefromclipboard( const buffer: clipboardbufferty): boolean; override; |
|
This item has no description. | |
| Protected | function cuttoclipboard(const buffer: clipboardbufferty): boolean; override; |
|
This item has no description. | |
| Public | constructor create(aowner: twidget; editintf: iedit; undointf: iundo; istextedit: boolean); |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure begingroup; override; |
|
This item has no description. | |
| Public | procedure endgroup; override; |
|
This item has no description. | |
| Public | function canundo: boolean; override; |
|
This item has no description. | |
| Public | function canredo: boolean; override; |
|
This item has no description. | |
| Public | procedure undo; override; |
|
This item has no description. | |
| Public | procedure redo; override; |
|
This item has no description. | |
| Public | procedure moveindex(newindex: integer; shift: boolean = false; donotify: boolean = true); override; |
|
This item has no description. | |
Properties
| Public | property undolist: ttextundolist read fundolist; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.