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. [test.zip](/uploads/d3be87b594f5b52624f47365891f94b2/test.zip)
issue