Navigation: Code Documentation > RSCommon > InterfaceCollections > Types
TIStringItemList Type
Represents an array of the TIStringItem type.
Namespace: InterfaceCollections
Delphi
type TIStringItemList = array[0..MaxInt div SizeOf(TIStringItem) - 1] of TIStringItem;
•InterfaceCollections