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.
