Changeset 16 for trunk/UProject.pas


Ignore:
Timestamp:
Apr 2, 2016, 8:18:30 PM (8 years ago)
Author:
chronos
Message:
  • Added: Ability to add and remove scan operation.
  • Modified: XMLConfig moved from TMainForm to TCore as more proper place for general object.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UProject.pas

    r13 r16  
    1515  TProject = class
    1616  private
     17    FCurrentScan: TDriveScan;
    1718    function GetCurrentScan: TDriveScan;
    1819    function GetSectorCount: Integer;
     
    2829    procedure SaveToFile(FileName: string);
    2930    property SectorCount: Integer read GetSectorCount;
    30     property CurrentScan: TDriveScan read GetCurrentScan;
     31    property CurrentScan: TDriveScan read FCurrentScan write FCurrentScan;
    3132  end;
    3233
Note: See TracChangeset for help on using the changeset viewer.