* Dont publish *Ctl3d properties since they are useless

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@633 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2008-12-15 16:17:54 +00:00
parent 379225acd2
commit 5963e3ae4e

View File

@ -3093,7 +3093,6 @@ type
property Color; property Color;
property Colors; property Colors;
property Constraints; property Constraints;
property Ctl3D;
//todo: see a way to set CustomCheckImages at design time //todo: see a way to set CustomCheckImages at design time
//property CustomCheckImages; //property CustomCheckImages;
property DefaultNodeHeight; property DefaultNodeHeight;
@ -3128,7 +3127,6 @@ type
property NodeDataSize; property NodeDataSize;
property ParentBiDiMode; property ParentBiDiMode;
property ParentColor default False; property ParentColor default False;
property ParentCtl3D;
property ParentFont; property ParentFont;
property ParentShowHint; property ParentShowHint;
property PopupMenu; property PopupMenu;