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 operator_ : string read Getoperator_ write Setoperator_;
Public property operator_Element : TQuestionnaireItemOperator read Getoperator_Element write Setoperator_Element;
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 operator_ : string read Getoperator_ write Setoperator_;

Specifies the criteria by which the question is enabled.

Public property operator_Element : TQuestionnaireItemOperator read Getoperator_Element write Setoperator_Element;
 
Public property answer : TElement read Getanswer write Setanswer;

A value that the referenced question is tested using the specified operator in order for the item to be enabled.


Generated by PasDoc 0.15.0.