TabControl: Set FTab's internal NoteBook.TabStop to False, otherwise TTabControl can always be tabbed into (Issue #0021332)

git-svn-id: trunk@44681 -
This commit is contained in:
bart 2014-04-11 18:56:50 +00:00
parent 9597a13137
commit ead7af6ece

View File

@ -700,6 +700,8 @@ begin
FImageChangeLink := TChangeLink.Create;
FImageChangeLink.OnChange := @ImageListChange;
FTabs := CreateTabNoteBookStrings;
//Set FTab's internal NoteBook.TabStop to False, otherwise TTabControl can always be tabbed into (Issue #0021332)
TTabControlNoteBookStrings(FTabs).NoteBook.TabStop := False;
with GetControlClassDefaultSize do
SetInitialBounds(0, 0, CX, CY);
BorderWidth:=0;