Innerfuse Pascal Script
Unit: ifs_var.pas
TIFSClassType
TIFSClassType is used to store the definition of classes.
Type:
PIFSClassType = ^TIFSClassType;
TIFSClassType = packed record
InheritsFrom: PTypeRec; { this is nil for TObject }
PropStart, VarNoStart, VarCount: Cardinal;
Variables: TIFsRecordType;
Properties: TIFList; { of PPropertyDef }
Procedures: TIfList; { of PProcedure }
end;
Copyright (c) 2001 by Carlo Kok
last update: 24-11-01