TFPSList.ItemSize
Size of the items in the list
Declaration
Source position: fgl.pp line 96
public Property
  ItemSize : Integer;
Description
ItemSize is the memory size of the items in the list. It is specified in the constructor and cannot be changed during the lifetime of the list.
See also
| Name | Description | 
|---|---|
| Integer | A signed 16-bits integer | 
| TFPSList.Create | Create a new instance of TFPSList |