Class TInnFile
Unit
Declaration
type TInnFile = class(TInterfacedObject, IInnFile)
Description
Endless Inn File
Hierarchy
- TInterfacedObject
- TInnFile
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetInns: TArray<IInnRecord>; |
![]() |
procedure SetInns(Inns: TArray<IInnRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TInnFile; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Inns: TArray<IInnRecord> read GetInns write SetInns; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetInns: TArray<IInnRecord>; |
This item has no description. |
![]() |
procedure SetInns(Inns: TArray<IInnRecord>); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TInnFile; |
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 Inns: TArray<IInnRecord> read GetInns write SetInns; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.