How to get to the control and its properties in TFrame?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48955
    CheshireCat
    Participant

      Hello Brx,

      an example of the sFrameBar demo:

      Code:
      procedure TMainForm.Button1Click(Sender: TObject);
      begin
      SkinsFrame.sRadioButton1.Enabled := False;
      end;

      Best regards

      Sascha

      #48946
      Brx
      Participant

        Yeah, thanks for the tip. I found a similar code in FrameBar demo.

        It's working perfectly. 🙂

        Brx

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.