Vcl.ComCtrls.TTrackBar.SetTick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTick(Value: Integer);

C++

void __fastcall SetTick(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTrackBar

Description

Adds a tick mark to the track bar at a specified location.

Use SetTick to place a tick mark on the bar at the position that corresponds to the Value parameter. Tick marks specified in this manner are only displayed when the TickStyle is set to tsManual.

See Also