TELDebugInfoSource type

Top  Previous  Next

This is the TELDebugInfoSource type:

 

Unit EDebug.

 

   TELDebugInfoSource = class(TObject)

  public

    constructor Create(AModule: HMODULE); virtual;

    function    ValidData: Boolean; virtualabstract;

    function    GetLocationInfo(const Addr: Pointer; var Info: TELLocationInfo): Boolean; virtualabstract;

    property    Module: HMODULE read FModule;

    property    FileName: TFileName read GetFileName;

  end;