Ignore:
Timestamp:
Jul 30, 2012, 3:52:56 PM (12 years ago)
Author:
chronos
Message:
  • Added: Addon modules support.
  • Modified: Restored usage of URegistry unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Demos/Simple/System.pas

    r66 r68  
    99function ReadLn: string; internal;
    1010procedure WriteLn(Text: string); internal;
     11procedure SetPort(Index: Integer; Value: Byte);
     12function GetPort(Index: Integer): Byte;
     13property Port[Index: Integer]: Byte read GetPort write SetPort;
    1114
    1215implementation
Note: See TracChangeset for help on using the changeset viewer.