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 >>

TPlanner
Programmatically selecting & copying an item to the next position in the planner

Example:
Planner1.Items.Select(APlannerItem); 
Planner1.Items.CopyToClipboard; 
Planner1.SelectCells(Planner1.SelItemBegin,Planner1.SelItemEnd, Planner1.SelPosition + 1); 
Planner1.Items.PasteFromClipboardAtPos;