Interface IInnQuestionRecord
Unit
Declaration
type IInnQuestionRecord = interface(IInterface)
Description
Record of a question and answer that the player must answer to register citizenship with an inn
Attributes
- GUID['{0C31670B-956C-5666-A1FE-FA2BFB8D57B9}']
Hierarchy
- IInterface
- IInnQuestionRecord
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetQuestion: string; |
|
procedure SetQuestion(Question: string); |
|
function GetAnswer: string; |
|
procedure SetAnswer(Answer: string); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Question: string read GetQuestion write SetQuestion; |
|
property Answer: string read GetAnswer write SetAnswer; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetQuestion: string; |
|
This item has no description. |
procedure SetQuestion(Question: string); |
|
This item has no description. |
function GetAnswer: string; |
|
This item has no description. |
procedure SetAnswer(Answer: string); |
|
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 Question: string read GetQuestion write SetQuestion; |
|
|
property Answer: string read GetAnswer write SetAnswer; |
|
|
Generated by PasDoc 0.16.0-snapshot.