Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Slider with 2 Knobs
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
First time FPC IDE for be...
by
CM630
[
Today
at 08:22:48 pm]
TextRect and ListBox issu...
by
howardpc
[
Today
at 08:02:36 pm]
Reference to object set t...
by
eenplus
[
Today
at 08:01:24 pm]
ShellTreeView and system ...
by
El Salvador
[
Today
at 07:53:08 pm]
[solved] RoundTo delivers...
by
dseligo
[
Today
at 07:45:31 pm]
Basic question about clas...
by
dseligo
[
Today
at 07:15:22 pm]
TFPGMap issue after upgra...
by
ASerge
[
Today
at 07:01:31 pm]
RichEdit with toolbar inc...
by
AL
[
Today
at 05:00:25 pm]
Unfolding bug after searc...
by
Muso
[
Today
at 04:53:19 pm]
quick feedback to todays'...
by
Muso
[
Today
at 04:44:35 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Slider with 2 Knobs (Read 2968 times)
kapibara
Hero Member
Posts: 532
Re: Slider with 2 Knobs
«
Reply #15 on:
May 08, 2019, 11:08:45 pm »
Sure. There is no code inside, except this.
Code: Pascal
[Select]
[+]
[-]
procedure
TForm1
.
FormCreate
(
Sender
:
TObject
)
;
begin
MultiSlider1
.
ColorAbove
:
=
clRed
;
MultiSlider1
.
ColorBelow
:
=
clGreen
;
MultiSlider1
.
ColorBetween
:
=
clWhite
;
end
;
Logged
Lazarus trunk / fpc 3.0.4 / Debian 10 - 64 bit
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Slider with 2 Knobs
TinyPortal
© 2005-2018