Interface IInnFile
Unit
Declaration
type IInnFile = interface(IInterface)
Description
Endless Inn File
Attributes
- GUID['{7C5D2ABD-9B3C-54C0-8926-20EFE6226B2E}']
Hierarchy
- IInterface
- IInnFile
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetInns: TArray<IInnRecord>; |
![]() |
procedure SetInns(Inns: TArray<IInnRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
|
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.