var a: integer; type TExample = class property Value: (integer,integer) read (1,1); end; begin end.