TSL语言基础 > TSL语言基础 > 基础知识 > TSL的符号 > 保留字(关键字) > 面向对象支持的保留字

PROPERTY    

  •   定义对象的属性,详细内容见面向对象TSL。
      语法:Property A[:String] read GETA write SETA;
         Property A[:String] Index 1 read GETA Write SETA;