VCL Forms Application
Go Up to File Menu
File > New > VCL Forms Application - C++Builder
File > New > VCL Forms Application - Delphi
Creates the framework for a VCL (native Windows) application and opens the Form Designer with the base form (TForm) displayed.
For a Delphi VCL application, the uses
section contains the following units (including wrappers for native Windows APIs):
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs;