xtool/contrib/mORMot/SQLite3/Samples/27 - CrossPlatform Clients/SmartMobileStudio/Unit1.pas

16 lines
286 B
ObjectPascal

unit Unit1;
interface
uses
Pseudo.CreateForms, // auto-generated unit that creates forms during startup
System.Types, SmartCL.System, SmartCL.Components, SmartCL.Forms,
SmartCL.Application, Form1;
type
TApplication = class(TW3CustomApplication)
end;
implementation
end.