From 843c6a6fdc01cc53f032da018b80e79c8f40a0cd Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 21 Apr 2010 12:30:04 +0200 Subject: Grids: Raised the visibility of the Font property. Now we can access the internal Font instance when we do things like custom Cell drawing etc. --- src/gui/fpg_grid.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/fpg_grid.pas b/src/gui/fpg_grid.pas index fc6b9630..db087fae 100644 --- a/src/gui/fpg_grid.pas +++ b/src/gui/fpg_grid.pas @@ -121,6 +121,8 @@ type TfpgStringGrid = class(TfpgCustomStringGrid) + public + property Font; published property BackgroundColor; // property ColResizing; -- cgit v1.2.3-70-g09d2