LazControls: Marked some of the new TExtendeTAbControl os experimental and platform;

git-svn-id: trunk@42771 -
This commit is contained in:
martin 2013-09-13 11:58:24 +00:00
parent ec28d21dc7
commit 0c111ebf85

View File

@ -238,8 +238,8 @@ type
public
constructor Create(TheOwner: TComponent); override;
destructor Destroy; override;
property ActivePage: TExtendedTabSheet read GetActiveTabSheet write SetActiveTabSheet;
property Pages[Index: Integer]: TExtendedTabSheet read GetTabSheet;
property ActivePage: TExtendedTabSheet read GetActiveTabSheet write SetActiveTabSheet; experimental; platform;
property Pages[Index: Integer]: TExtendedTabSheet read GetTabSheet; experimental; platform;
property ShowToolBar: TTabControlToolBarSide read GetShowToolBar write SetShowToolBar;
property ToolBar: TToolbarWrapper read FToolBarWrapper;
property OnChange; // Only pages // TODO: activate for tabs