SetAbstractClassFlag
Purpose
SetAbstractClassFlag sets the flag indicating if this will be a abstract class.
Syntax
void SetAbstractClassFlag (const short FlagArg)
Argument |
In/Out |
Description |
FlagArg |
In |
If FlagArg = 1, the class will be created as an abstract class. If FlagArg = 0, the class will not be an abstract class. |