Changeset 33 for trunk/USystem.pas


Ignore:
Timestamp:
Nov 24, 2011, 1:45:12 PM (13 years ago)
Author:
chronos
Message:
  • Modified: ChronisClient now use concept of object proxies. Methods of TObjectProxy and TListProxy is directed through TChronisClient and descendands implementing different protocols and access methods.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/USystem.pas

    r31 r33  
    6060  TReport = class(TListObject)
    6161    Base: TChronisBase;
    62     Columns: TListObject;
     62    Columns: TListObject; // TListObject<TReportColumn>
    6363    constructor Create;
    6464    destructor Destroy; override;
     
    7171  end;
    7272
    73   { TChronisObject }
     73  { TObjectProxy }
    7474
    7575  TChronisObject = class
Note: See TracChangeset for help on using the changeset viewer.