8 lines
99 B
ObjectPascal
8 lines
99 B
ObjectPascal
|
|
type
|
|||
|
|
t1 = class
|
|||
|
|
o: Object;
|
|||
|
|
property p1: string read o?.ToString;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
end.
|