Class TVersion
Unit
Declaration
type TVersion = class(TInterfacedObject, IVersion)
Description
Client version
Hierarchy
- TInterfacedObject
- TVersion
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetMajor: Cardinal; |
![]() |
procedure _SetMajor(Major: Cardinal); |
![]() |
function _GetMinor: Cardinal; |
![]() |
procedure _SetMinor(Minor: Cardinal); |
![]() |
function _GetPatch: Cardinal; |
![]() |
procedure _SetPatch(Patch: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TVersion; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Major: Cardinal read _GetMajor write _SetMajor; |
![]() |
property Minor: Cardinal read _GetMinor write _SetMinor; |
![]() |
property Patch: Cardinal read _GetPatch write _SetPatch; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetMajor: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMajor(Major: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMinor: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetMinor(Minor: Cardinal); |
|
This item has no description. | |
![]() |
function _GetPatch: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetPatch(Patch: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TVersion; |
|
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 Major: Cardinal read _GetMajor write _SetMajor; |
|
| |
![]() |
property Minor: Cardinal read _GetMinor write _SetMinor; |
|
| |
![]() |
property Patch: Cardinal read _GetPatch write _SetPatch; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
