Changeset 414 for PinConnection/UCommConcentrator.pas
- Timestamp:
- Aug 17, 2012, 9:53:11 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/UCommConcentrator.pas
r413 r414 40 40 property Pins: TPinList read FPins write FPins; 41 41 property Main: TCommPin read FMain write FMain; 42 property Active: Boolean read FActive write FActive;43 42 end; 44 43 … … 122 121 destructor TCommConcentrator.Destroy; 123 122 begin 124 FActive := False;125 F Pins.Free;126 F Main.Free;123 Active := False; 124 FreeAndNil(FPins); 125 FreeAndNil(FMain); 127 126 inherited Destroy; 128 127 end;
Note:
See TracChangeset
for help on using the changeset viewer.