Interface IEif
Unit
Declaration
type IEif = interface(IInterface)
Description
Endless Item File
Attributes
- GUID['{5CEA9939-E2AC-578B-AD7D-068B21103FE9}']
Hierarchy
- IInterface
- IEif
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetRid: TArray<Cardinal>; |
![]() |
procedure _SetRid(Rid: TArray<Cardinal>); |
![]() |
function _GetTotalItemsCount: Cardinal; |
![]() |
procedure _SetTotalItemsCount(TotalItemsCount: Cardinal); |
![]() |
function _GetVersion: Cardinal; |
![]() |
procedure _SetVersion(Version: Cardinal); |
![]() |
function _GetItems: TArray<IEifRecord>; |
![]() |
procedure _SetItems(Items: TArray<IEifRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Rid: TArray<Cardinal> read _GetRid write _SetRid; |
![]() |
property TotalItemsCount: Cardinal read _GetTotalItemsCount write _SetTotalItemsCount; |
![]() |
property Version: Cardinal read _GetVersion write _SetVersion; |
![]() |
property Items: TArray<IEifRecord> read _GetItems write _SetItems; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetRid: TArray<Cardinal>; |
|
This item has no description. | |
![]() |
procedure _SetRid(Rid: TArray<Cardinal>); |
|
This item has no description. | |
![]() |
function _GetTotalItemsCount: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTotalItemsCount(TotalItemsCount: Cardinal); |
|
This item has no description. | |
![]() |
function _GetVersion: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetVersion(Version: Cardinal); |
|
This item has no description. | |
![]() |
function _GetItems: TArray<IEifRecord>; |
|
This item has no description. | |
![]() |
procedure _SetItems(Items: TArray<IEifRecord>); |
|
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 Rid: TArray<Cardinal> read _GetRid write _SetRid; |
|
| |
![]() |
property TotalItemsCount: Cardinal read _GetTotalItemsCount write _SetTotalItemsCount; |
|
| |
![]() |
property Version: Cardinal read _GetVersion write _SetVersion; |
|
| |
![]() |
property Items: TArray<IEifRecord> read _GetItems write _SetItems; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
