Component (similar to trackbar) to enter a range of values

前端 未结 5 1185
轮回少年
轮回少年 2020-12-13 11:37

I need a component for entering ranges. I was thinking along the lines of a trackbar with two markers. Are there \"native Delphi\" components that are meant for this purpose

5条回答
  •  Happy的楠姐
    2020-12-13 11:59

    In addition to Andreas' nice answer and component, hereby another slider component that is capable of:

    • displaying a range,
    • displaying a filtered range within that range,
    • dragging the grips and the green bar,
    • double clicking a grip for keyboard entry,
    • tabbing through the grips for keyboard entry,
    • displaying different data types,
    • restricting values to a step size.

    Screenshot of demo form

    (Source: NLDelphi.com)

提交回复
热议问题