|
TELDebugInfoSource type |
|
|
This is the TELDebugInfoSource type:
Unit EDebug.
TELDebugInfoSource = class(TObject) public constructor Create(AModule: HMODULE); virtual; function ValidData: Boolean; virtual; abstract; function GetLocationInfo(const Addr: Pointer; var Info: TELLocationInfo): Boolean; virtual; abstract; property Module: HMODULE read FModule; property FileName: TFileName read GetFileName; end; |