Interface IVersion
Unit
Declaration
type IVersion = interface(IInterface)
Description
Client version
Attributes
- GUID['{5DB21BD7-3687-5190-A5C6-5492C9C2FFD2}']
Hierarchy
- IInterface
- IVersion
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); |
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
|
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.