[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_memo.pas line 64
type TUndoStep = class(TMasterObject) |
public |
constructor Create(); |
destructor Destroy; override; |
property BytePos: SizeInt; [r] |
property SelStart: SizeInt; [r] |
property InsStr: LongString; [r] |
property DelStr: LongString; [r] |
property Size: SizeInt; [r] |
property CheckSum: QWord; [r] |
end; |
| |
| |
TObject |