[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gadgets.pas line 109
type THeapView = object(TView) |
OldMem: LongInt; |
constructor Init(); |
constructor InitComma(); |
constructor InitKb(); |
constructor InitMb(); |
procedure Update; |
procedure Draw; virtual; |
function Comma(); |
end; |
| |
| |
TObject |