Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTrackBar.SetTick

Sets the position for the tick mark displayed on the track bar control.

Declaration

Source position: comctrls.pp line 2779

public procedure TCustomTrackBar.SetTick(

  Value: Integer

);

Arguments

Value

  

Position for the tick mark (between Min and Max).

Version 4.6 Hosted on Source Forge