| [Overview][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
COFF relocation table
Source position: coffwriter.pp line 71
type TCoffRelocations = class  | 
protected  | 
function GetCount;  | 
function GetRelocation();  | 
public  | 
constructor Create();  | 
destructor Destroy; override;  | 
procedure Add();  | 
procedure AddRelativeToSection();  | 
procedure Clear;  | 
property Items []: PCoffRelocation; default; [r]  | 
property StartAddress: LongWord; [rw]  | 
property MachineType: TCoffMachineType; [rw]  | 
end;  | 
  | 
COFF relocation table  | 
|
| | | ||
TObject  | 
This class is used internally by TCoffResourceWriter.