Page 2 of 2

Lazarus Free Pascal – Getting started with SQLite

Lazarus Free Pascal – Getting started with SQLite
20

Lazarus, a Free Pascal based free and open source cross-platform Delphi look-a-like software development tool, has been around for a while now and has become more and more mature. I actually used with it some of my experiments (Name My TV Series for example) to develop cross-platform applications.

In this article I’ll show you how to get started with the use of SQLite in your Lazarus applications. SQLite is an open source super compact embedded SQL engine which allows you to use an SQL database with your applications without the need to actually run a full-size SQL database server.

Some knowledge of SQL, Lazarus Pascal and databases is assumed.

Delphi – IDE Code Editor Keyboard Shortcuts

Delphi – IDE Code Editor Keyboard Shortcuts
0

If you’re like me, and are switching between different developer environments on different platforms, then at times it can be hard to remember the proper keyboard shortcuts. Or … you were never aware of these shortcuts …

In this short article an overview of keyboard shortcuts for Delphi.

1 2