uw35918a.pp 304 B

12345678910111213141516171819202122232425262728
  1. unit uw35918a;
  2. {$mode objfpc}{$H+}
  3. {$ModeSwitch prefixedattributes}
  4. interface
  5. uses
  6. Classes, SysUtils, uw35918c;
  7. type
  8. { TTest1 }
  9. { TTest2 }
  10. TTest2 = class
  11. private
  12. FField2: String;
  13. published
  14. [Attruvute()]
  15. property Field2: String read FField2;
  16. end;
  17. implementation
  18. end.