Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS FNC UI Pack
Programmatically changing the scroll position in the TTMSFNCPlanner

You can programmatically change the vertical scroll position with:

  TMSFNCPlanner1.VerticalScrollBar.Position := scrollpos
If the Planner can also scroll horizontal, the horizontal scroll position can be changed with:

  TMSFNCPlanner1.HorizontalScrollBar.Position := scrollpos;