Innerfuse Script

PIFSProcType

Unit: ifs_var.pas

PIFSProcType is used to store procedure variable types.

Declaration:
type
   PIFSProcType = ^TIfsProcType;
   TIfsProcType = packed record
     Decl: string;
     Method: Boolean;
   end;