Class TDialogEntryEntryTypeDataLink
Unit
Declaration
type TDialogEntryEntryTypeDataLink = class(TInterfacedObject, IDialogEntryEntryTypeData, IDialogEntryEntryTypeDataLink)
Description
Data associated with IDialogEntry.EntryType value 2.
Hierarchy
- TInterfacedObject
- TDialogEntryEntryTypeDataLink
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetLinkId: Cardinal; |
![]() |
procedure _SetLinkId(LinkId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TDialogEntryEntryTypeDataLink; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property LinkId: Cardinal read _GetLinkId write _SetLinkId; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetLinkId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetLinkId(LinkId: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TDialogEntryEntryTypeDataLink; |
|
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 LinkId: Cardinal read _GetLinkId write _SetLinkId; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
