The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TypeOfLastItem


Unit:SDL_polchart
Class:TPolChart
Declaration: property TypeOfLastItem: TpcItem;

The read-only property TypeOfLastItem returns the type of the last drawing item in the data container.

Example: The following statement removes all elements from the end of the data container which are not marks:

 
while (PolChart1.TypeofLastItem <> tkMarkAt) and 
      (PolChart1.TypeofLastItem <> tkNone) do 
  PolChart1.RemoveLastItem;



Last Update: 2023-Dec-13