The RelevantClass function determines whether there are class updates for a class and returns the class to which you want to upgrade. Otherwise the Class in the argument of the function is returned.
Syntax | ||||
RelevantClass(Class) | ||||
Return value | ||||
Type |
Description | |||
Class |
Class as a result of checking the class updates. If no class updates have been found, or if any decision function of the class updates has returned False, the Class parameter is returned. | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Class |
Variant |
ByVal |
Name of the class whose class updates are to be verified |
The Class parameter can be specified as follows:
Dim c As Class
c := RelevantClass(::[Sigma Leuchtmittel])
or
c := RelevantClass("Sigma Leuchtmittel")