From 63aadd044fb6f7b89cba832ce7f15c8f4c0527ee Mon Sep 17 00:00:00 2001 From: alexs75 Date: Tue, 23 Oct 2018 10:42:44 +0000 Subject: [PATCH] RxFPC:RxDBGrid - published property Options2, DoubleBuffered git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6698 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/trunk/rxdb/rxdbgrid.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/rx/trunk/rxdb/rxdbgrid.pas b/components/rx/trunk/rxdb/rxdbgrid.pas index 6a07947cb..eb8ed336e 100644 --- a/components/rx/trunk/rxdb/rxdbgrid.pas +++ b/components/rx/trunk/rxdb/rxdbgrid.pas @@ -1068,6 +1068,7 @@ type property DataSource; property DefaultDrawing; property DefaultRowHeight; + property DoubleBuffered; property DefaultColWidth; @@ -1084,9 +1085,11 @@ type //property ImeMode; //property ImeName; property Options; + property Options2; property OptionsExtra; property ParentBiDiMode; property ParentColor default false; + property ParentDoubleBuffered; //property ParentCtl3D; property ParentFont; property ParentShowHint;