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
"PixelFormat:=pf24bit" ca...
by
lijinjie
[
Today
at 07:51:51 am]
Linux daemon's AccessViol...
by
trev
[
Today
at 06:52:35 am]
WinAPI - examples - post ...
by
440bx
[
Today
at 06:23:15 am]
Unable to set image backg...
by
Handoko
[
Today
at 05:09:32 am]
[Solved] 32 Bit vs 64 Bit...
by
Peter H
[
Today
at 04:28:12 am]
While loop and two-dimens...
by
egsuh
[
Today
at 03:01:45 am]
Streaming video to a web ...
by
Jurassic Pork
[
Today
at 02:47:35 am]
WinAPI - examples - INDEX
by
440bx
[
Today
at 02:04:31 am]
Brook - Beginner trying t...
by
PierceNg
[
Today
at 01:36:05 am]
Zeoslib compile issue
by
auRazor
[
Today
at 01:26:46 am]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Slider with 2 Knobs (Read 2730 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