Support for the VCL TTrackbar Root › Technical support › Troubleshooting This topic has 2 replies, 3 voices, and was last updated 11 years, 8 months ago by CheshireCat. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts March 21, 2013 at 9:31 pm #35692 wesley bobatoParticipant Hello Friend is Possible to Add Support for the VCL TTrackbar? Thank you. March 22, 2013 at 2:19 am #50341 RewalonParticipant 'wesley wrote: Hello Friend is Possible to Add Support for the VCL TTrackbar? Thank you. You can use TsTrackbar. Why not? March 22, 2013 at 7:23 am #50346 CheshireCatParticipant 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. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting