---
description: Scopri le funzionalità di Delphi, i dettagli del prodotto, chi utilizza il software e quali sono i prodotti suggeriti. Attraverso le recensioni di utenti verificati potrai capire com’è la user experience, l’assistenza post-vendita e molto altro.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Delphi - Prezzi, recensioni, informazioni - Capterra Italia 2026
---

Breadcrumb: [Home](/) > [Software per lo sviluppo di applicazioni](/directory/32016/app-building/software) > [Delphi](/software/211093/delphi)

# Delphi

Canonical: https://www.capterra.it/software/211093/delphi

Pagina: 1/2\
Avanti: [Pagina successiva](https://www.capterra.it/software/211093/delphi?page=2)

> Delphi è un ambiente integrato di sviluppo per la creazione di applicazioni native ad alte prestazioni per Windows, Android, iOS, macOS e Linux.
> 
> Conclusione: valutazione di **3.9/5** stelle assegnate da 7 utenti. Miglior punteggio per il parametro **Lo consiglieresti?**.

-----

## Panoramica

### Chi utilizza Delphi?

Sviluppatori software, ingegneri, architetti di database

## Statistiche e valutazioni

| Parametro | Valutazione | Dettaglio |
| **Nel complesso** | **3.9/5** | 7 Recensioni |
| Facilità d'uso | 4.3/5 | Sulla base delle recensioni complessive |
| Assistenza clienti | 3.8/5 | Sulla base delle recensioni complessive |
| Rapporto qualità-prezzo | 3.0/5 | Sulla base delle recensioni complessive |
| Funzionalità | 4.1/5 | Sulla base delle recensioni complessive |
| Percentuale di raccomandazione | 70% | (7/10 Lo consiglieresti?) |

## Informazioni sul fornitore

- **Azienda**: IDERA
- **Anno di fondazione**: 2011

## Contesto commerciale

- **Prezzo di partenza**: 1599,00 USD
- **Modello tariffario**:  (Versione gratuita disponibile) (Versione di prova gratuita (free trial))
- **Pubblico target**: Lavoratore autonomo, 2-10, 11-50, 51-200, 201-500, 501-1.000, 1.001-5.000, 5.001-10.000, 10.000+
- **Implementazione e piattaforme**: Cloud, SaaS, Web, Mac (desktop), Windows (desktop), Windows (locale), Linux (locale)
- **Lingue supportate**: inglese
- **Paesi disponibili**: Stati Uniti

## Funzionalità

- Gestione del flusso di lavoro
- Gestione delle implementazioni
- Strumenti collaborativi
- Trascinamento della selezione (Drag & Drop)
- Visual Modeling

## Opzioni di supporto

- Email/Help desk
- FAQ/Forum
- Assistenza telefonica

## Categoria

- [Software per lo sviluppo di applicazioni](https://www.capterra.it/directory/32016/app-building/software)

## Alternative

1. [FlutterFlow](https://www.capterra.it/software/1027864/flutterflow) — 4.4/5 (84 reviews)
2. [Essential Studio](https://www.capterra.it/software/32602/essential-studio) — 4.5/5 (903 reviews)
3. [Appy Pie](https://www.capterra.it/software/140928/appy-pie) — 4.6/5 (1389 reviews)
4. [Xcode 12](https://www.capterra.it/software/207197/xcode-12) — 4.5/5 (45 reviews)
5. [MobiLoud](https://www.capterra.it/software/181364/mobiloud) — 4.7/5 (109 reviews)

## Recensioni

### "Delphi is a valuable development tool for multiple targets." — 5.0/5

> **Timothy** | *17 luglio 2023* | Software informatici | Tasso di raccomandazione: 10.0/10
> 
> **Vantaggi**: It can do anything from make an android app to connecting a Laboratory toxicology screening instrument via tcp/ip. It can deliver results to a Oracle database as easy as a mysql database.
> 
> **Inconvenienti**: New forms are automatically created at program startup. Make an option to create on reference like this example.\* This leaves nothing to change in existing programs.In a form unit, remove the existing auto created variable and make it a function.
> 
> It has been great creating solutions for customers. Including Forensic laboratories and police departments.

-----

### "A life with Delphi" — 4.0/5

> **Tim** | *21 aprile 2022* | Software informatici | Tasso di raccomandazione: 6.0/10
> 
> **Vantaggi**: The ability to deliver cross-platform applications from the one code base makes the development process much easier. I am able to create an application for iOS, Android,  and Windows. Additionally the apps are native to each target. Debugging is also a breeze, even with Android apps.
> 
> **Inconvenienti**: While the community version is free, the cost to purchase otherwise is a tad on the expensive side when you consider what is possible in other development environments. Not all technologies (and associated libraries) can be use with Delphi.
> 
> If you want to develop a cross-platform app from scratch quickly, it is a good environment to work with. But if / when you need to integrate with other technologies a few questions are raised.

-----

### "Object-oriented desktop programming for small shops" — 3.0/5

> **Roger** | *23 febbraio 2022* | Amministrazione pubblica | Tasso di raccomandazione: 3.0/10
> 
> **Vantaggi**: Programmers my age might remember programming with Pascal.  Delphi is the modern IDE for that language which is why source files are named with the .pas extension to this day.  Delphi is a fun IDE where a programmer can learn a lot about object-oriented programming.  If I had to write a new desktop software today, I would do it in Delphi.  Delphi is not an interpreted language like Java; it compiles right into binary machine code that Windows can readily run.  I understand that one can also compile programs for iOS devices, though I never tried.  I learned so much about programming with Delphi in my decades using it.  I learned about refactoring, code insight, coding patterns, and user interface design.
> 
> **Inconvenienti**: Delphi has always had difficulty moving into the modern age of web and app development and code sharing.  It tries to solve modern challenges using old school techniques.  Delphi marketing has shown a lot of cool, modern things that Delphi can do, but I found documentation, walk-throughs, and samples to be lacking and of superb quality.  Delphi has also had a hard time grappling with web standards like XML, namespaces, SOAP, REST, JSON, https, authentication protocols, and more.  What astounded me was that, once these technologies were implemented the first time, Delphi wouldn't look back, see what they did poorly, and improve it; the features would just be deployed the same way, year after year, version after paid version.  In later years I wondered what we were paying for when these web deficiencies stayed the same.  So, they're great at desktop and database communication, but not for much else.
> 
> I loved Delphi straight out of college like a young boy loves his dog: I was excited when it was a puppy and I taught it tricks and we were best friends and did everything together; and then the dog got older, laid around the house a lot, and we would just spend time together by being in the same room.  I would never get rid of it, because I love it so much, but it was time to move on.

-----

### "Programacion sencilla" — 4.0/5

> **Guido** | *29 settembre 2022* | Software informatici | Tasso di raccomandazione: 9.0/10
> 
> **Vantaggi**: Me gustan todas las funciones VCL, tambien el IDE, Su base de datos para mi es lo mejor.&#10;implementación super sencilla es lo que mas me gusta
> 
> **Inconvenienti**: La verdad estoy muy satisfecho con el software, no hecho en falta nada.
> 
> Buenos manejo de bases de datos importante, la facilidad para los informes y filtros. Solucionamos con la implementacion el control economico al detalle.

-----

### "A good old software that's more than just "pascal"" — 4.0/5

> **Olivier** | *14 ottobre 2022* | Servizi e tecnologie dell'informazione | Tasso di raccomandazione: 6.0/10
> 
> **Vantaggi**: It's very easy to create rich user interfaces for the desktop and mobile environments, all in one code base
> 
> **Inconvenienti**: Stability issues are hard not to notice but can most often be worked around
> 
> I've been using it for over 20 years now and it's always been a pleasure to use it, from side projects to huge professional projects.

-----

Pagina: 1/2\
Avanti: [Pagina successiva](https://www.capterra.it/software/211093/delphi?page=2)

## Link

- [Visualizza su Capterra](https://www.capterra.it/software/211093/delphi)

## Questa pagina è disponibile nelle seguenti lingue

| Lingua | URL |
| en | <https://www.capterra.com/p/211093/Delphi/> |
| en-AE | <https://www.capterra.ae/software/211093/delphi> |
| en-AU | <https://www.capterra.com.au/software/211093/delphi> |
| en-CA | <https://www.capterra.ca/software/211093/delphi> |
| en-GB | <https://www.capterra.co.uk/software/211093/delphi> |
| en-IE | <https://www.capterra.ie/software/211093/delphi> |
| en-IL | <https://www.capterra.co.il/software/211093/delphi> |
| en-IN | <https://www.capterra.in/software/211093/delphi> |
| en-NZ | <https://www.capterra.co.nz/software/211093/delphi> |
| en-SG | <https://www.capterra.com.sg/software/211093/delphi> |
| en-ZA | <https://www.capterra.co.za/software/211093/delphi> |
| es | <https://www.capterra.es/software/211093/delphi> |
| es-AR | <https://www.capterra.com.ar/software/211093/delphi> |
| es-CL | <https://www.capterra.cl/software/211093/delphi> |
| es-CO | <https://www.capterra.co/software/211093/delphi> |
| es-CR | <https://www.capterra.co.cr/software/211093/delphi> |
| es-DO | <https://www.capterra.do/software/211093/delphi> |
| es-EC | <https://www.capterra.ec/software/211093/delphi> |
| es-MX | <https://www.capterra.mx/software/211093/delphi> |
| es-PA | <https://www.capterra.com.pa/software/211093/delphi> |
| es-PE | <https://www.capterra.pe/software/211093/delphi> |
| it | <https://www.capterra.it/software/211093/delphi> |

-----

## Dati strutturati

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra Italia","address":{"@type":"PostalAddress","addressLocality":"Milano","addressRegion":"MI","postalCode":"20153","streetAddress":"Via Caldera 21 Edif. E-Ala 2 20153 Milano (MI)"},"description":"Capterra Italia, il comparatore di software gestionali più vasto al mondo, ti aiuta a trovare il programma più adatto alle tue esigenze grazie alle recensioni degli utenti, al comparatore di prezzi, articoli ed infografiche semplici.","email":"info@capterra.it","url":"https://www.capterra.it/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@id":"https://www.capterra.it/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://www.linkedin.com/company/capterra/","https://www.facebook.com/Capterra/","https://twitter.com/capterra","https://www.youtube.com/channel/UCvKN2t597g-3KQ_AQAPNXLA"]},{"name":"Delphi","description":"Delphi è un ambiente di sviluppo integrato (IDE) che consente di creare rapidamente applicazioni native ad alte prestazioni per Windows, Android, iOS, macOS e Linux con un'unica base di codice. Offre potenti strumenti di progettazione visiva e funzionalità utili per gli sviluppatori.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/d381b78e-2e9f-4f03-902a-e2f4074de775.png","url":"https://www.capterra.it/software/211093/delphi","@id":"https://www.capterra.it/software/211093/delphi#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.capterra.it/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":3.9,"bestRating":5,"ratingCount":7},"offers":{"price":"1599","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows, Windows on premise, Linux on premise"},{"@id":"https://www.capterra.it/software/211093/delphi#faqs","@type":"FAQPage","mainEntity":[{"name":"Cos'è Delphi?","@type":"Question","acceptedAnswer":{"text":"Delphi è un ambiente di sviluppo integrato (IDE) che consente di creare rapidamente applicazioni native ad alte prestazioni per Windows, Android, iOS, macOS e Linux con un'unica base di codice. Offre potenti strumenti di progettazione visiva e funzionalità utili per gli sviluppatori.","@type":"Answer"}},{"name":"Chi utilizza Delphi?","@type":"Question","acceptedAnswer":{"text":"Sviluppatori software, ingegneri, architetti di database","@type":"Answer"}}]},{"@id":"https://www.capterra.it/software/211093/delphi#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Software per lo sviluppo di applicazioni","position":2,"item":"/directory/32016/app-building/software","@type":"ListItem"},{"name":"Delphi","position":3,"item":"/software/211093/delphi","@type":"ListItem"}]}]}
</script>
