Innerfuse Pascal Script
Unit: ifs_var.pas

PIFSProcType
PIFSProcType is used to store the definition of a procedural variable.

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

Copyright (c) 2001 by Carlo Kok
last update: 24-11-01