Enum EpfcParamValueType
Description
This enumerated type lists the possible kinds of parameter value.
Values
-
EpfcPARAM_STRING
- The parameter has a string value.
-
EpfcPARAM_INTEGER
- The parameter has an integer value.
-
EpfcPARAM_BOOLEAN
- The parameter has a Boolean value.
-
EpfcPARAM_DOUBLE
- The parameter has a real value.
-
EpfcPARAM_NOTE
- The parameter has a note identifier as its value.
-
EpfcPARAM_VOID
-
-
EpfcPARAM_NOT_SET
-
-
EpfcParamValueType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.