How to delete a TPlannerItem

Hi



How can I delete a TPlannerItem in a TPlanner programmatically?



The user selects an item and then press a button to delete.



I'm not able to find any info in the developers guide.



Regards,

Ole

Call Planner.FreeItem(item);

I am using Components Demo  for tests and i don't find freeitem to delete item with source code.


How to delete in actual version?

FreeItem() is a method of the TPlanner class. It is available since a long time in TPlanner or TDBPlanner.

I am using TTMSFMXPlanner . How to use with Tplanner? 

Please use the FMX components forum for FMX components.

Sorry