//这样写不就可以了,为什么不?
  TwsClientItem = class
  private
    FText : string;
  public
    property Text : String read FText write FText;
  end;