8 lines
103 B
ObjectPascal
8 lines
103 B
ObjectPascal
|
|
type TClass = static class
|
|||
|
|
class j: integer;
|
|||
|
|
property p: integer read j write j;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
end.
|