FrameBar Hints

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35293
    reg.b1801
    Participant

    Hi,

    I need a hint for each TitleItem in a sFrameBar (like sFrameBar1.items[0].hint).

    If this is not possible how can I get the index of the TitleItem in the MouseMove Event (ItemAtPos(), ItemIndex ???). Then I can define a hint array and overwrite the property sFrameBar1.hint in the MouseMove Event.

    reg.b

    #48714
    mol
    Participant

    Set

    sFrameBar1.ShowHint := True;

    and then do something like this:

    sFrameBar1.Items[0].TitleButton.Hint := 'Test';

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