LCL: published ParentFont property for TBitBtn, TPage and TNotebook (issue #11307)

git-svn-id: trunk@15181 -
This commit is contained in:
vincents 2008-05-19 13:06:20 +00:00
parent 5e981c6e48
commit 3d2bb7d1e3
2 changed files with 5 additions and 0 deletions

View File

@ -197,6 +197,7 @@ type
property OnMouseMove;
property OnMouseUp;
property OnResize;
property ParentFont;
property ParentShowHint;
property PopupMenu;
property ShowHint;

View File

@ -236,6 +236,7 @@ type
property ChildSizing;
property ClientWidth;
property ClientHeight;
property Font;
property ImageIndex;
property Left stored False;
property Top stored False;
@ -249,6 +250,7 @@ type
property OnMouseUp;
property OnResize;
property PageIndex stored False;
property ParentFont;
property ParentShowHint;
property PopupMenu;
property TabOrder stored False;
@ -278,6 +280,7 @@ type
property DragCursor;
property DragMode;
property Enabled;
property Font;
property Images;
property OnChangeBounds;
property OnChanging;
@ -297,6 +300,7 @@ type
property OnStartDrag;
property Options;
property PageIndex;
property ParentFont;
property PopupMenu;
property ShowTabs;
property TabOrder;