Changeset 283 for PinConnection/USerialPort.pas
- Timestamp:
- Oct 10, 2011, 1:34:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PinConnection/USerialPort.pas
r231 r283 109 109 110 110 procedure TSerialPort.SetName(const AValue: string); 111 begin 111 var 112 LastState: Boolean; 113 begin 114 if FName = AValue then Exit; 115 LastState := FActive; 116 Active := False; 112 117 FName := AValue; 118 Active := LastState; 113 119 end; 114 120
Note:
See TracChangeset
for help on using the changeset viewer.