Class TQuestionnaireAnswerOption

Unit

Declaration

type TQuestionnaireAnswerOption = class(TBackboneElement)

Description

A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property value : TElement read Getvalue write Setvalue;
Public property initialSelected : boolean read GetinitialSelected write SetinitialSelected;
Public property initialSelectedElement : Tboolean read GetinitialSelectedElement write SetinitialSelectedElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property value : TElement read Getvalue write Setvalue;

A potential answer that's allowed as the answer to this question.

Public property initialSelected : boolean read GetinitialSelected write SetinitialSelected;

Indicates whether the answer value is selected when the list of possible answers is initially shown.

Public property initialSelectedElement : Tboolean read GetinitialSelectedElement write SetinitialSelectedElement;
 

Generated by PasDoc 0.15.0.