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.
