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.