Class TQuestionnaireEnableWhen

Unit

Declaration

type TQuestionnaireEnableWhen = 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 question : string read Getquestion write Setquestion;
Public property questionElement : Tstring read GetquestionElement write SetquestionElement;
Public property hasAnswer : boolean read GethasAnswer write SethasAnswer;
Public property hasAnswerElement : Tboolean read GethasAnswerElement write SethasAnswerElement;
Public property answer : TElement read Getanswer write Setanswer;

Description

Methods

Public constructor Create; override;
 

Properties

Public property question : string read Getquestion write Setquestion;

The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.

Public property questionElement : Tstring read GetquestionElement write SetquestionElement;
 
Public property hasAnswer : boolean read GethasAnswer write SethasAnswer;

An indication that this item should be enabled only if the specified question is answered (hasAnswer=true) or not answered (hasAnswer=false).

Public property hasAnswerElement : Tboolean read GethasAnswerElement write SethasAnswerElement;
 
Public property answer : TElement read Getanswer write Setanswer;

An answer that the referenced question must match in order for the item to be enabled.


Generated by PasDoc 0.15.0.