Description: | Removes the graduation mark ("tick") from the specified position. It is only effective if the AutoTick property is False. |
Used in controls: | Slider |
Used in objects: | None. |
Parameters: | VT_I4 - TickPositionS9(9) COMP-5 |
Description of Parameters: | The position of the tick to be deleted. The TickPosition property is an array containing the positions of all the ticks. |
Return value: | VT_I4 - ReturnValueS9(9) COMP-5 The number of remaining ticks. |
Example: | MOVE 20 TO TickPos INVOKE CmSlider1 "DeleteTick" USING TickPos RETURNING ReturnValue |
Backward compatibility | None. |