Class TEif
Unit
Declaration
type TEif = class(TInterfacedObject, IEif)
Description
Endless Item File
Hierarchy
- TInterfacedObject
- TEif
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); |
![]() |
class function Deserialize(Reader: TEoReader): TEif; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TEif; |
|
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 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.
