Innerfuse Pascal Script
Unit: ifs_var.pas

PCreatedClass

PCreatedClass is used by the script engine when a class is created. When the class is freed, the Variables are freed, but not this record. This will prevent access violations.

Type:

PCreatedClass = ^TCreatedClass;
TCreatedClass = packed record
  Variables: TVariableManager
  ClassType: PTypeRec;
  AlreadyFreed: Boolean;
end;
Copyright (c) 2001 by Carlo Kok
last update: 24-11-01