You've already forked lazarus-ccr
RxFPC:RxDBGrid - published property Options2, DoubleBuffered
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6698 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1068,6 +1068,7 @@ type
|
|||||||
property DataSource;
|
property DataSource;
|
||||||
property DefaultDrawing;
|
property DefaultDrawing;
|
||||||
property DefaultRowHeight;
|
property DefaultRowHeight;
|
||||||
|
property DoubleBuffered;
|
||||||
|
|
||||||
property DefaultColWidth;
|
property DefaultColWidth;
|
||||||
|
|
||||||
@ -1084,9 +1085,11 @@ type
|
|||||||
//property ImeMode;
|
//property ImeMode;
|
||||||
//property ImeName;
|
//property ImeName;
|
||||||
property Options;
|
property Options;
|
||||||
|
property Options2;
|
||||||
property OptionsExtra;
|
property OptionsExtra;
|
||||||
property ParentBiDiMode;
|
property ParentBiDiMode;
|
||||||
property ParentColor default false;
|
property ParentColor default false;
|
||||||
|
property ParentDoubleBuffered;
|
||||||
//property ParentCtl3D;
|
//property ParentCtl3D;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
|
Reference in New Issue
Block a user