Содержание

TCSStorageItem

Contains data on element of the storage

Syntax

TCSStorageItem = record
  ItemID: integer;
  Data: string;
end;

Fields

  • ItemID
    • type: integer
    • functions: element ID
  • Data
    • type: string
    • functions: element data