Class TInnQuestionRecord
Unit
Declaration
type TInnQuestionRecord = class(TInterfacedObject, IInnQuestionRecord)
Description
Record of a question and answer that the player must answer to register citizenship with an inn
Hierarchy
- TInterfacedObject
- TInnQuestionRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetQuestion: string; |
![]() |
procedure _SetQuestion(Question: string); |
![]() |
function _GetAnswer: string; |
![]() |
procedure _SetAnswer(Answer: string); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TInnQuestionRecord; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TInnQuestionRecord; |
|
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 Question: string read _GetQuestion write _SetQuestion; |
|
| |
![]() |
property Answer: string read _GetAnswer write _SetAnswer; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
