Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.5 KB

File metadata and controls

26 lines (17 loc) · 1.5 KB

fpc_examples:

Last modification: 5.01.2022 Contributor: Marian Minar

Free Pascal code examples developed at Lazarus.

Introduction:

Learning Free Pascal at example codes collected from other sources and tailored by myself and tested at Lazarus Version 2.3 and raspberry pi (Linux): See in code directory:

Code examples:

Examples Description Used Technologies
db_grid DBGrid using DBGrid
thread_dbgrid Combination of Threads (used for analyze files in directory) and DB for storing data and presenting it by DBGrid Threads, SQLite, DBGrid, BufDataset

Packages:

In section Packages you can find used packages in Lazarus

Package Name Package Description Links to package source or creator
DCPCrypt Cryptography Algorithm Library https://github.com/StephenGenusa/DCPCrypt