Yes, it is possible, but you will not have forms or a visual designer (as, for example, when writing a Windows application using only the API).
File->New->Other menu item, select Console Application .
Right-click Target Platforms in Project Manager , select OSX 32 , check Make target active , then OK . You can remove {$APPTYPE CONSOLE} , if you wish, from the project source.
Add blocks, as with any API application, except for the $(BDS)\Source\rtl\osx .
source share