Ignore:
Timestamp:
Oct 9, 2024, 9:14:47 PM (13 days ago)
Author:
chronos
Message:
  • Added: File system file read.
  • Added: AppCode can process commands with single parameter.
Location:
branches/Independent
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Independent

    • Property svn:ignore set to
      lib
      Independent
      Independent.lps
      Independent.res
  • branches/Independent/Api.pas

    r64 r65  
    1010
    1111  TApi = class
    12     procedure PrintHelloWorld; virtual; abstract;
     12    procedure WriteLine(Text: string); virtual; abstract;
    1313    procedure RunApp(Name: string); virtual; abstract;
    1414    procedure Sleep(Time: TDateTime); virtual; abstract;
Note: See TracChangeset for help on using the changeset viewer.