TsPanel + selection of TsSpeedButton

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33170
    schwa226
    Participant

    Hi to all at first!

    I'm new to AlphaControls so may you can help me!

    I have a a TSPanel where I have 4 TsSpeedbuttons on it.

    How is it possible with OnShow with the Form to select one of the TsSpeedButtons?

    The SpeedButton have the Skinsection TOOLBUTTON. When I move over the button with the mouse it becomes highlighted.

    Can I perform this manually for navigation with the keyboard?

    Also I'm missing a OnKeyDown Event!? Is it possible to add this by myself?

    I'm using Delphi 2009!

    thx!

    #40260
    Support
    Keymaster

    Hello

    It's a common question of using SpeedButtons in Delphi.
    Down property (TSpeedButton) – Specifies whether the button is selected (down) or unselected (up). Look standard help for more details.

    All SpeedButtons haven't Keydown and Keyup events and can't have that.

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