TsFrameBar alwais create frame Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by mol. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 11, 2015 at 8:39 pm #36788 jarsParticipant Hi, Is there any way to keep the Frame already created after retracting control with a click. I need to keep the selected items of the frame and not recreate every time ?. Thanks in advance. 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 2 posts - 1 through 2 (of 2 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