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.