https://github.com/parmaja/minictrls
FPC/Lazarus Components and Controls
https://github.com/parmaja/minictrls
fpc lazarus lazarus-component lcl pascal
Last synced: about 2 months ago
JSON representation
FPC/Lazarus Components and Controls
- Host: GitHub
- URL: https://github.com/parmaja/minictrls
- Owner: parmaja
- License: mit
- Created: 2019-02-01T22:38:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T10:10:45.000Z (3 months ago)
- Last Synced: 2025-02-18T11:24:38.502Z (3 months ago)
- Topics: fpc, lazarus, lazarus-component, lcl, pascal
- Language: Pascal
- Homepage:
- Size: 871 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Controls
FPC/Lazarus Components and Controls
Components listed under `Native` tab in Lazarus IDE
### Dependencies
https://github.com/parmaja/minilib
### CompileIt need Last version of Lazarus, always Last, maybe from SVN repo, and FPC 3.2
### Controls
Stable controls is
![]()TntvDotMatrix, TntvTextDotMatrix: for fun, it write or draw canvas as dot matrix.
![]()TntvProgressBar: it is a 2 progressbars in one control.
![]()TntvPanel: Panel with splitter on the side depend on Align property
![]()TntvSplitter: Splitter with assigned control to resize it
![]()TntvPageControl: You can drop any control inside it, to cover it by tab, no need to create page then place that control, it reduce the controls count, or make it easy to add speical panels to it.
![]()TntvTabSet: Page control header, it not content any control, just show tabs.