rx: Fix compilation of rxnew.lpk for Laz 2.0.6.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7186 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-11-20 09:54:00 +00:00
parent f830900825
commit e90fbb2eb9

View File

@ -1148,7 +1148,9 @@ type
property OnRxCalcFooterValues: TOnRxCalcFooterValues read FOnRxCalcFooterValues write FOnRxCalcFooterValues;
property OnRxColumnFooterDraw: TOnRxColumnFooterDraw read FOnRxColumnFooterDraw write FOnRxColumnFooterDraw;
property OnUserCheckboxBitmap;
{$IF LCL_FullVersion >= 2010000}
property OnUserCheckboxImage;
{$IFEND}
property OnUserCheckboxState;
property OnUTF8KeyPress;