TsFrameBar alwais create frame Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 10 years, 2 months ago by mol. Viewing 1 post (of 1 total) Author Posts December 15, 2015 at 2:14 am #54486 molParticipant The obvious: Code: procedure TForm1.sFrameBar1Items0FrameDestroy(Sender: TObject; var Frame: TCustomFrame; var CanDestroy: Boolean); begin CanDestroy := False; end; -Uwe Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting