Содержание

TCSStorageItem

Contains data on element of the storage

Syntax

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

Fields