LCL: TPageControl: published Options and OnCloseTabClicked to make porting old TNoteBook code easier

git-svn-id: trunk@27620 -
This commit is contained in:
mattias 2010-10-08 14:54:44 +00:00
parent 23f3e4c917
commit 2aaf2b0153

View File

@ -335,6 +335,7 @@ type
property Visible;
property OnChange: TNotifyEvent read FOnChange write FOnChange;
property OnChanging;
property OnCloseTabClicked;
property OnContextPopup;
property OnDockDrop;
property OnDockOver;
@ -357,6 +358,7 @@ type
property OnStartDock;
property OnStartDrag;
property OnUnDock;
property Options;
end;