Innerfuse Script

PCreatedClass

Unit: ifs_var.pas
PCreatedClass is used to store the contents of a created class.

Declaration:
type
   PCreatedClass = ^TCreatedClass;
   TCreatedClass = packed record
     Variables: Pointer;{TVariableManager}
     ClassType: PTypeRec;
     AlreadyFreed: Boolean;
   end;