Interface IDialogEntryEntryTypeDataLink
Unit
Declaration
type IDialogEntryEntryTypeDataLink = interface(IDialogEntryEntryTypeData)
Description
Data associated with IDialogEntry.EntryType
value 2
.
Hierarchy
- IInterface
- IDialogEntryEntryTypeData
- IDialogEntryEntryTypeDataLink
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetLinkId: Cardinal; |
|
procedure SetLinkId(LinkId: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property LinkId: Cardinal read GetLinkId write SetLinkId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetLinkId: Cardinal; |
|
This item has no description. |
procedure SetLinkId(LinkId: 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 LinkId: Cardinal read GetLinkId write SetLinkId; |
|
|
Generated by PasDoc 0.16.0-snapshot.