• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What do i need to write delphi?

moonshinemadness

Platinum Member
Hi guys, just a quick question, what software do i need to start writing programs in Delphi? Can it be doine using notepad or do i need something more?
 
Yes you can write Delphi using notepad, but that's kinda... wasteful. I've used Borland Delphi 6 and it's a development enviroment where you have your form and you drag and drop controls onto the form.

I'm not sure if there's a standalone compiler? I'm pretty sure you need Delphi (the development program). You could also get Kylix, the Linux version of it.

If you know what and generally know how to use Visual Basic, it's kinda like that. That same enviroment, where you drag and drop controls, create actions and make it do stuff.

I personally do like Delphi, but there are few jobs compared to Visual Basic programming.

Edit: I think you can get Kylix for free. Kylix programs can work in Windows and Linux. Delphi can only do Windows. Kylix is Delphi, y'know what I'm saying? Sorry if I'm confusing.
 
Back
Top