68 |
|
} |
69 |
|
|
70 |
|
type |
71 |
– |
TRowCacheState = (rcEmpty,rcPresent,rcDeleted); |
72 |
– |
TRowDetails = record |
73 |
– |
FState: TRowCacheState; |
74 |
– |
FAlternateColor: boolean; |
75 |
– |
FBitmap: TBitmap; |
76 |
– |
end; |
77 |
– |
|
71 |
|
{ TRowCache } |
72 |
|
|
73 |
|
TRowCache = class |
74 |
|
private |
75 |
+ |
type |
76 |
+ |
TRowCacheState = (rcEmpty,rcPresent,rcDeleted); |
77 |
+ |
TRowDetails = record |
78 |
+ |
FState: TRowCacheState; |
79 |
+ |
FAlternateColor: boolean; |
80 |
+ |
FBitmap: TBitmap; |
81 |
+ |
end; |
82 |
+ |
|
83 |
+ |
private |
84 |
|
FAltColorStartNormal: boolean; |
85 |
|
FHeight: integer; |
86 |
|
FList: array of TRowDetails; |