Class FPParamOptions
See Also: Class FPValue, List of ParamType2 Choices, Template Class Tab.
class FPParamOptions
Description:
This class is available in release 4.0 and later only.
This class contains the optional parameters holding specific descriptor information.
Data Members:
public:
FPValue range_low;
The low range if specified.
FPValue range_high;
The high range if specified.
FPValidator* validator;
The validator if specified.
FPValue keyarg_default;
The default if value is optional keyword arg
BYTE pos_param_count;
The count of positional params in event of keyword arg presence
Methods:
public:
Prototype:
FPParamOptions();
Remarks:
Constructor.