( ゚Д゚)ノ Delギコ猫のプログラミング相談室part2

このエントリーをはてなブックマークに追加
707デフォルトの名無しさん
これでOK!

const GIKO = 'GIKO!' ;

type
 THoge = class
 public
  property ConstString : string read GIKO;
 end;