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.
