How to get to the control and its properties in TFrame? Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 12 years, 7 months ago by CheshireCat. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 16, 2012 at 5:24 pm #48955 CheshireCatParticipant Hello Brx, an example of the sFrameBar demo: Code: procedure TMainForm.Button1Click(Sender: TObject); begin SkinsFrame.sRadioButton1.Enabled := False; end; Best regards Sascha September 17, 2012 at 11:51 am #48946 BrxParticipant Yeah, thanks for the tip. I found a similar code in FrameBar demo. It's working perfectly. 🙂 Brx 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 › Discussions › AlphaControls