Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Lazarus IDE

You're reading from  Getting Started with Lazarus IDE

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781782163404
Pages 116 pages
Edition 1st Edition
Languages
Author (1):
Roderick Person Roderick Person
Profile icon Roderick Person

Differences between Lazarus and Delphi Components


As we have seen, Lazarus is very similar to Delphi, but it must be noted that Lazarus is not a clone of Delphi and that it is not 100 percent compatible with projects created using Delphi. One example of this is that Delphi component packages cannot be installed directly into the Lazarus IDE. Before converting a Delphi project to Lazarus, we need to be aware of some of the differences of the environments.

The Delphi VCL and the Lazarus LCL are both designed with component hierarchies for rapid application development, but they are not identical. The VCL provides non-visual components, such as TDataSet and TQuery, while the LCL provides only visual components. Classes such as those that provide access to databases are part of the FCL. The FCL is part of Free Pascal and contains only non-visual components and units, such as classes, which contain implementation of such Delphi classes as TStream and TStringList. Other units included in the FCL...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}