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

TDBPlanner
This code snippet selects an item in the planner on mouse right click:

procedure TForm1.Planner1ItemRightClick(Sender: TObject; Item: TPlannerItem);
begin
 Planner1.Items.Select(Item);
end;