How to get to the control in TFrame?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35463
    Nedas
    Participant

    Hello,

    First of all, I must say that I began to use FrameBar and all is doing well, except one thing.

    For example, when I click on a button on the form, I want to change Tedit text in a frame, but I don't know how to get to the control.

    Thanks!

    #49380
    mol
    Participant

    TFrame1(sFrameBar1.Items[0].Frame).Edit1.Text := 'Hello'

    #49388
    Nedas
    Participant

    Thanx !

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