[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dialogs.inc line 525
type THistory = object(TView) |
HistoryId: Word; |
constructor Init(); |
constructor Load(); |
function GetPalette; virtual; |
function InitHistoryWindow(); virtual; |
procedure Draw; virtual; |
procedure RecordHistory(); virtual; |
procedure Store(); |
procedure HandleEvent(); virtual; |
end; |
| |
| |
TObject |