| Unit: | SDL_rot3d | | Class: | TRot3D | | Declaration: | function GetItemParams (Item: longint): Tr3ChartItem; |
The method GetItemParams allows to retrieve all stored parameters of a single item. The input parameter Item is the index of the item of interest. It may take values between 0 and NumItems-1. The function returns the parameters into a variable of the type Tr3ChartItem.
| Hint: |
With release 8.0 of the SDL Component Suite the data model of ROT3D has been changed from a linked list to a dynamic array which is accessible via the array property DataContainer. The method GetItemParams has been kept for compatibility purposes, future designs should use the property DataContainer. |
|