Delphi

Delphi Linux Boot Camp

Author: Rostislav Maslov Description: This one-day boot camp introduces you to some of the key technologies you need to know to work with Delphi on Linux and deal with the penguins! Agenda: Configuring Linux Server Configuring Apache Installing Server Modules Working with…
Delphi

Using Delphi, from Excel to JSON, then FireDAC[JAPAN]

Author: John D7279 //// class function ExcelToJson(cells: TRect; excel_filename, sheet_name: String):TJSONObject; It is a code for excel to JSON. //// class function TExcelToFireDAC.ExcelToJson(cells: TRect; excel_filename, sheet_name: String): TJSONObject; const def_excel_application = 'Excel.Application'; var jres: TJSONObject; jline: TJSONObject; ExcelApp…
Read more
Delphi

Modern Web Applications with Intraweb and Bootstrap with Olaf Monien

Author: C. McBride Building Web applications with Delphi and Intraweb is possible since many years. If you start off using the standard template that comes with the latest Delphi versions, then your application will look and feel outdated and ugly though. There is an open source Bootstrap integration for Intraweb, which will move your Intraweb applications into this century. In this session I will…
Read more
Delphi

Visualizando y utilizando Mapas (Componente TMapView)

Author: Terry Swiers En Delphi podemos utilizar diferentes componentes que nos permitan visualizar mapas en nuestras aplicaciones. El más básico, es el componenteTWebBrowserdel que ya he hablado otras veces en el blog. Al final un la visualización de un Mapa (utilizando los diferentes servicios existentes) no es más que la visualización de una página web. Si queréis ver entradas…
Read more