VC_FLAGSΒΆ
| VC_SAFETY | Ensures the object does not become corrupt during low memory conditions. |
| VC_DONTCOPYDATA | Prevents PointObject.ResizeObject() from copying old data into a new bigger memory block. |
| VC_DONTCLEARDATA | Prevents PointObject.ResizeObject() from clearing the memory during data initialization. |