Contains information about a property registered in scripter system. This information is used by the scripter to know if a class contains a specified property, and how this property should be accessed.
PropInfo holds RTTI information about the registered property. This property only has a valid value for published properties, otherwise its value is nil.
Holds the method wrapper which will be called by the script when the property is read from script. This is the method that should actually read the real Delphi property.
Holds the method wrapper which will be called by the script when the property is written in script. This is the method that should actually write the real Delphi property.