Interface IShopFile
Unit
Declaration
type IShopFile = interface(IInterface)
Description
Endless Shop File
Attributes
- GUID['{CE137FD1-7EBB-563C-91DD-C683A403D22D}']
Hierarchy
- IInterface
- IShopFile
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetShops: TArray<IShopRecord>; |
|
procedure SetShops(Shops: TArray<IShopRecord>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Shops: TArray<IShopRecord> read GetShops write SetShops; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetShops: TArray<IShopRecord>; |
|
This item has no description. |
procedure SetShops(Shops: TArray<IShopRecord>); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property Shops: TArray<IShopRecord> read GetShops write SetShops; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.