JPModLib - Modified Delphi components from other open source packages / libraries.
Supported Delphi versions: 2009 - 10.4 Sydney
To install, you need the JPLib library from https://github.com/jackdp/JPLib and JPPack from https://github.com/jackdp/JPPack
To install JPJVCL package, you need also JVCL for https://github.com/project-jedi/jvcl
A modified components from the TurboPack Essentials package (https://github.com/TurboPack/Essentials).
Modified TEsGradient
component.
My modifications:
gGradColors
array moved to the public partDrawBorder
BorderColor
TagExt
In one of my applications I needed a gradient component with access to all partial colors. TEsGradient turned out to be almost perfect. All generated colors are saved in the gGradColors
array. In the original unit, it is declared in the private part, so it was necessary to move it to the public section.
By the way, I added the option of drawing borders.
Original license: MPL 1.1
License for my modifications: Public domain. You can do with my code whatever you want without any cost and without any limitations.
An advanced track bars for Delphi.
A modifed TPegTopTrackBar
, TPegTopColorTrackBar
and TPegTopRangeBar
from the PegTop Common Components written by Jens Gruschel
(http://www.pegtop.net/delphi/components/common/index.htm).
My modifications:
- A large amount of code related mainly to the appearance of the control.
PositionLabel
- External label displaying the current position. Track bars also have internal labels, but they can only be set above and below the control.- Ticks support
TagExt
PegTop license
License for my modifications: Public domain. You can do with my code whatever you want without any cost and without any limitations.
A modified components from the JVCL package (https://github.com/project-jedi/jvcl).
A modified TJvSpinEdit
.
New properties:
BoundLabel
RightLabel
AnchoredControls
- public property
IntValue
: integer.;
TJvCheckBox
with the AnchoredControls
support.
TJvCheckBox has one very useful property that Delphi lacks: AutoSize.
TJvRadioButton
with the AnchoredControls
support.
License for my modifications: Public domain. You can do with my code whatever you want without any cost and without any limitations.
A modified components from the Lazarus IDE.
A modified TSpinEdit
.
New properties:
BoundLabel
RightLabel
AnchoredControls
Similar to TJPLazSpinEdit.