Welchen BorderStyle hat Dein Formular?
Den Standard BorderStyle = bsSizeable
Und wo steht die object-Definition des Banners im .FMX ?
Code:
object TI_3: TTabItem
WordWrap = False
Height = 8.000000000000000000
IsSelected = True
Position.X = 151.000000000000000000
Position.Y = 392.000000000000000000
TabOrder = 0
Text = 'TI_3'
Trimming = ttCharacter
Width = 8.000000000000000000
object L_2: TLabel
Height = 89.000000000000000000
Position.X = 80.000000000000000000
Position.Y = 88.000000000000000000
Text = 'Tab 1 / TabControl 1 - Tab 1 / TabControl 2'
Width = 177.000000000000000000
Trimming = ttCharacter
end
object DPFUIView1: TDPFUIView
Alpha = 1.000000000000000000
ShadowOffsetHeight = 10.000000000000000000
ShadowOpacity = 1.000000000000000000
ShadowRadius = 10.000000000000000000
Align = alBottom
Position.Y = 361.000000000000000000
Width = 320.000000000000000000
Height = 50.000000000000000000
object DPFADBanner1: TDPFADBanner
Alpha = 1.000000000000000000
ShadowOffsetHeight = 10.000000000000000000
ShadowOpacity = 1.000000000000000000
ShadowRadius = 10.000000000000000000
Align = alClient
Width = 320.000000000000000000
Height = 50.000000000000000000
end
end
end