Skip to main content

TsgListType

Unit:sgConsts

Description

Defines a type of items maintained by list.

ValueDescription
ltNilType of items is nil
ltListType of items is list
ltFPointType of items is three-dimensional point
ltF2DPointType of items is two-dimensional point
ltDoubleType of items is a double-precision floating-point number
ltSingleType of items is a single-precision floating-point number
ltFloatType of items is a floating-point number
ltInt64Type of items is a 64-bit signed integer
ltIntegerType of items is an integer
ltPointerType of items is a pointer
ltHashItemType of items is a hash

Syntax

type TsgListType = (ltNil, ltList, ltFPoint, ltF2DPoint, ltDouble, ltSingle, ltFloat, ltInt64, ltInteger, ltPointer, ltHashItem);