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.
