Support for the VCL TTrackbar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35692
    wesley bobato
    Participant

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

    Thank you.

    #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.