| << 目次を表示 >> ページ位置: API・アドイン・スクリプト > API > リファレンス > 列挙型定数値 > PropType 定数値 | 
PropTypeの定数値は対象のプロパティの型情報を知らせるために利用されます。
| 値 | 説明 | 
| ptArray | 別の型の配列 | 
| ptBoolean | True あるいは False | 
| ptEnum | セミコロンで区切られた列挙値。Validation属性に、設定可能な値が登録されます。 | 
| ptFloatingPoint | 4あるいは8 byteの浮動小数点値 | 
| ptInteger | 16-bit あるいは 32-bit の符号付き整数値 | 
| ptString | Unicode文字列 |