Library | Module

Enum pfcParamValueType

Description

This enumerated type lists the possible kinds of parameter value.




Values

PARAM_STRING
The parameter has a string value.
PARAM_INTEGER
The parameter has an integer value.
PARAM_BOOLEAN
The parameter has a Boolean value.
PARAM_DOUBLE
The parameter has a real value.
PARAM_NOTE
The parameter has a note identifier as its value.
PARAM_VOID
 
PARAM_NOT_SET
 
ParamValueType_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.