mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 07:08:35 +02:00
33 lines
519 B
Plaintext
33 lines
519 B
Plaintext
Lazarus Component Library
|
|
|
|
It is organized according to the following structure:
|
|
|
|
lcl
|
|
|
|
|
+--- include
|
|
|
|
|
+--- interfaces
|
|
|
|
|
+--- templates
|
|
|
|
|
+--- units
|
|
|
|
|
|
lcl:
|
|
All definitions (= interfaces) of the LCL components
|
|
goes here.
|
|
|
|
lcl/include:
|
|
The actual implementation of the components.
|
|
|
|
lcl/interfaces:
|
|
The code to interface between the LCL and the graphic
|
|
platform goes here.
|
|
|
|
lcl/templates:
|
|
Some templates for interface, implementation
|
|
definitions
|
|
|
|
lcl/units:
|
|
Containst the compiled units.
|