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.