Support for the VCL TTrackbar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50341
    Rewalon
    Participant
      'wesley wrote:

      Hello Friend is Possible to Add Support for the VCL TTrackbar?

      Thank you.

      You can use TsTrackbar. Why not?

      #50346
      CheshireCat
      Participant

        Hello,

        the best way is to replace all TTrackBar with TsTrackBar. Click with the right mouse button on the form and select “View as text” (see code snippet).

        Code:
        object TrackBar1: TTrackBar <-- change TTrackBar to TsTrackbar
        Left = 88
        Top = -4
        Width = 150
        Height = 45
        TabOrder = 1
        end

        Then switch back to form view.

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