Class TShopFile
Unit
Declaration
type TShopFile = class(TInterfacedObject, IShopFile)
Description
Endless Shop File
Hierarchy
- TInterfacedObject
- TShopFile
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetShops: TArray<IShopRecord>; |
![]() |
procedure _SetShops(Shops: TArray<IShopRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TShopFile; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TShopFile; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
