Ignore:
Timestamp:
Aug 17, 2012, 9:53:11 AM (12 years ago)
Author:
chronos
Message:
  • Fixed: Use parent TCommNode Active property instead custom in PinConnection package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/UCommConcentrator.pas

    r413 r414  
    4040    property Pins: TPinList read FPins write FPins;
    4141    property Main: TCommPin read FMain write FMain;
    42     property Active: Boolean read FActive write FActive;
    4342  end;
    4443
     
    122121destructor TCommConcentrator.Destroy;
    123122begin
    124   FActive := False;
    125   FPins.Free;
    126   FMain.Free;
     123  Active := False;
     124  FreeAndNil(FPins);
     125  FreeAndNil(FMain);
    127126  inherited Destroy;
    128127end;
Note: See TracChangeset for help on using the changeset viewer.