Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
LazReport
»
[tip] How to simulate odd / even band background
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
The Future of FPC
by
LeP
[
Today
at 11:04:17 pm]
Fixing Lazarus 4.4 IDE la...
by
dsiders
[
Today
at 10:59:41 pm]
[ANN] PasBuild 1.2.0 Rele...
by
Graeme
[
Today
at 10:59:01 pm]
Debian removes FPC/Lazaru...
by
PascalDragon
[
Today
at 09:58:13 pm]
Pre-Specialize Generic Fu...
by
PascalDragon
[
Today
at 09:36:02 pm]
[SOLVED] TFPGObjectList s...
by
PascalDragon
[
Today
at 09:33:46 pm]
TRichMemo EM_FORMATRANGE ...
by
rvk
[
Today
at 09:32:39 pm]
ListBox MeasureItem
by
TheCompanionCube
[
Today
at 08:43:49 pm]
How to determine the unkn...
by
LV
[
Today
at 08:34:15 pm]
it2play - IT/S3M module r...
by
Lulu
[
Today
at 08:28:38 pm]
MVP made easier.
by
cdbc
[
Today
at 08:27:52 pm]
Article “Lazarus vs Delph...
by
anse
[
Today
at 07:41:13 pm]
ThorVG - test (lightweigh...
by
ALLIGATOR
[
Today
at 07:30:21 pm]
Erasing the Canvas???
by
BubikolRamios
[
Today
at 06:34:49 pm]
[SOLVED] Locate current r...
by
1HuntnMan
[
Today
at 05:28:45 pm]
Dumping preprocessed work...
by
Чебурашка
[
Today
at 04:27:58 pm]
[SOLVED] LPC & API
by
Petrus Vorster
[
Today
at 03:01:32 pm]
Lazaris IDE v4.4 - extrem...
by
CM630
[
Today
at 02:30:01 pm]
Keyboard hook - platform ...
by
n7800
[
Today
at 01:49:51 pm]
[SOLVED] How to disable a...
by
Zvoni
[
Today
at 11:50:40 am]
Free Pascal for a small e...
by
cdbc
[
Today
at 11:35:12 am]
IStreams
by
cdbc
[
Today
at 11:09:34 am]
I want to port my LDL pr...
by
JordanCpp
[
Today
at 10:05:41 am]
Star Trek playing cards a...
by
TBMan
[February 08, 2026, 10:02:47 pm]
Fast Canvas Library V1.05...
by
backprop
[February 08, 2026, 09:24:18 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [tip] How to simulate odd / even band background (Read 1321 times)
rnervi
New Member
Posts: 32
[tip] How to simulate odd / even band background
«
on:
November 23, 2023, 05:58:27 pm »
place an empty memo UNDER items on the band
edit his memo script:
Code: Pascal
[Select]
[+]
[-]
if
(
[
LINE#
]
mod
2
)
=
1
then
memoxx
.
fillcolor
:
=
clwhite
else
memoxx
.
fillcolor
:
=
clSilver
;
(memoxx = memo name)
et voilà.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
LazReport
»
[tip] How to simulate odd / even band background
TinyPortal
© 2005-2018