Class TQuestionnaireResponseAnswer

Unit

Declaration

type TQuestionnaireResponseAnswer = class(TBackboneElement)

Description

A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property value : TElement read Getvalue write Setvalue;
Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property value : TElement read Getvalue write Setvalue;

The answer (or one of the answers) provided by the respondent to the question.

Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Nested groups and/or questions found within this particular answer.


Generated by PasDoc 0.15.0.