In fcl-passrc, GetDeclaration does not show accessors of properties
TPasProperty.GetDeclaration does not show accessors of properties.
For example:
property Field : integer read fField write fField;
is shown as follows:
Field : Integer
The problem arises both with global properties and properties in classes.
See attached archive to reproduce.