Class Summary

The CRfcSimpleParam class is defined in CRfcSimp.h.
The CRfcSimpleParam class represents the simple import parameters or export parameters that contain only a single value. It inherits from the CRfcImpExpParam class.
Construction
CRfcSimpleParamConstructs a simple parameter object
CRfcSimpleParam (Copy Constructor)Copy constructor
Operations
ClearResets the parameter to an appropriate initial value
GetDecimalsReturns the number of decimal places if the parameter type is TYPP (packed)
GetTypeRetrieves the RFC data type of the parameter
IsAutoCreatedDetermines if a parameter is automatically created in the class library
IsSimpleParamIdentifies the object as a simple parameter
operator= (General)Assignment operator
ReadRestores the metadata information about this CRfcSimpleParam object from given persistent data stream.
SetAttributesSets the parameter type and length
ValueFunction for setting or getting the data value of the parameter
Value (for Constants)Function for getting the data value of constant simple parameter objects
WriteWrites the metadata information about this CRfcSimpleParam object to the given persistent data stream.