| 123456789101112131415161718192021222324252627 |
- unit TalkMainViewScope;
- interface
- uses
- Classes, SysUtils, ceflib;
- //type
- // TTalkMainViewScope = class(TInterfaceObject)
- // private
- // FScope: ICefv8Value;
- // FCefv8Context: ICefv8Context;
- // public
- // function GetCurrent: TTalkMainViewScope
- // end;
- //
- // TTalkMainViewProcessor = class(TInterfaceObject)
- // private
- //
- // public
- //
- // end;
- implementation
- end.
|