Innerfuse Pascal Script
Unit: ifs_var.pas

PPropertyDef

PProperty Def is used to store the definition of a property in an CSV_Class type.

Type
PPropertyDef = ^TPropertyDef;
TPropertyDef = packed record
  Name: string;
  CV_Type: PTypeRec;
  Cv_PropRead,
  CV_PropWrite: Pointer;
  CV_PropFlags: Word;
end;

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