bootstraptoast.lpr 179 B

123456789101112
  1. program bootstraptoast;
  2. {$mode objfpc}
  3. uses
  4. JS, Classes, SysUtils, Web, hfgIndex, p2jsres;
  5. begin
  6. // SetResourceSource(rsJS);
  7. With TfrgmIndex.Create(Nil) do
  8. Show;
  9. end.