Border style and color for one of the 4 sides of a cell.
TFlxOneBorder = record Style: TFlxBorderStyle; ColorIndex: integer; end;
struct TFlxOneBorder { TFlxBorderStyle Style; int ColorIndex; };
|
Members |
Description |
|
Style: TFlxBorderStyle; |
Border style. |
|
ColorIndex: integer; |
Index to color palette. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|