I am trying to create an application with sFramebar .. I created a titleitem on sframebar and frames also .. then on stitle on createframe event I inserted a code Frame := TBarPanel_AppStyle.Create(nil) .. works but when on BarPanel_AppStyle I placed a button and then on its click event i inserted the code MainForm.CreateNewFrame(TFrame_CurrentSkin, Sender); but I am getting error Undeclared Identifier'CreateNewFrame' .. I am doing all this with the help of demo .. how can I easily declare CreateNewFrame on mainform .. so that i can easily create a frame (Frame_CurrentSkin) on main form with the click event of a button on BarPanel_AppStyle ..