diff --git a/examples/simple/readme.txt b/examples/simple/readme.txt new file mode 100644 index 0000000000..d548752a3a --- /dev/null +++ b/examples/simple/readme.txt @@ -0,0 +1,7 @@ +This folder contains simple demonstration projects for the most important +LCL components. + +Both rad ("rapid application development") and runtime folders contain the +same project for each component. In the rad folder the forms used are created + using the Lazarus form designer while the forms in the "runtime" folder are + created by code at runtime.