TsgListType
Unit:sgConsts
Description
Defines a type of items maintained by list.
| Value | Description |
|---|---|
| ltNil | Type of items is nil |
| ltList | Type of items is list |
| ltFPoint | Type of items is three-dimensional point |
| ltF2DPoint | Type of items is two-dimensional point |
| ltDouble | Type of items is a double-precision floating-point number |
| ltSingle | Type of items is a single-precision floating-point number |
| ltFloat | Type of items is a floating-point number |
| ltInt64 | Type of items is a 64-bit signed integer |
| ltInteger | Type of items is an integer |
| ltPointer | Type of items is a pointer |
| ltHashItem | Type of items is a hash |
Syntax
type TsgListType = (ltNil, ltList, ltFPoint, ltF2DPoint, ltDouble, ltSingle, ltFloat, ltInt64, ltInteger, ltPointer, ltHashItem);