ホーム › UI.Controls.RichEdit › KHYPH
KHYPH
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| khyphNil | 0 | 0x0 |
| khyphNormal | 1 | 0x1 |
| khyphAddBefore | 2 | 0x2 |
| khyphChangeBefore | 3 | 0x3 |
| khyphDeleteBefore | 4 | 0x4 |
| khyphChangeAfter | 5 | 0x5 |
| khyphDelAndChange | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum KHYPH : int {
khyphNil = 0,
khyphNormal = 1,
khyphAddBefore = 2,
khyphChangeBefore = 3,
khyphDeleteBefore = 4,
khyphChangeAfter = 5,
khyphDelAndChange = 6
} KHYPH;public enum KHYPH : int
{
khyphNil = 0,
khyphNormal = 1,
khyphAddBefore = 2,
khyphChangeBefore = 3,
khyphDeleteBefore = 4,
khyphChangeAfter = 5,
khyphDelAndChange = 6,
}Public Enum KHYPH As Integer
khyphNil = 0
khyphNormal = 1
khyphAddBefore = 2
khyphChangeBefore = 3
khyphDeleteBefore = 4
khyphChangeAfter = 5
khyphDelAndChange = 6
End Enumimport enum
class KHYPH(enum.IntEnum):
khyphNil = 0
khyphNormal = 1
khyphAddBefore = 2
khyphChangeBefore = 3
khyphDeleteBefore = 4
khyphChangeAfter = 5
khyphDelAndChange = 6// KHYPH
pub const khyphNil: i32 = 0;
pub const khyphNormal: i32 = 1;
pub const khyphAddBefore: i32 = 2;
pub const khyphChangeBefore: i32 = 3;
pub const khyphDeleteBefore: i32 = 4;
pub const khyphChangeAfter: i32 = 5;
pub const khyphDelAndChange: i32 = 6;// KHYPH
const (
khyphNil int32 = 0
khyphNormal int32 = 1
khyphAddBefore int32 = 2
khyphChangeBefore int32 = 3
khyphDeleteBefore int32 = 4
khyphChangeAfter int32 = 5
khyphDelAndChange int32 = 6
)const
khyphNil = 0;
khyphNormal = 1;
khyphAddBefore = 2;
khyphChangeBefore = 3;
khyphDeleteBefore = 4;
khyphChangeAfter = 5;
khyphDelAndChange = 6;// KHYPH
pub const khyphNil: i32 = 0;
pub const khyphNormal: i32 = 1;
pub const khyphAddBefore: i32 = 2;
pub const khyphChangeBefore: i32 = 3;
pub const khyphDeleteBefore: i32 = 4;
pub const khyphChangeAfter: i32 = 5;
pub const khyphDelAndChange: i32 = 6;const
khyphNil* = 0
khyphNormal* = 1
khyphAddBefore* = 2
khyphChangeBefore* = 3
khyphDeleteBefore* = 4
khyphChangeAfter* = 5
khyphDelAndChange* = 6enum KHYPH : int {
khyphNil = 0,
khyphNormal = 1,
khyphAddBefore = 2,
khyphChangeBefore = 3,
khyphDeleteBefore = 4,
khyphChangeAfter = 5,
khyphDelAndChange = 6,
}#define global khyphNil 0x0
#define global khyphNormal 0x1
#define global khyphAddBefore 0x2
#define global khyphChangeBefore 0x3
#define global khyphDeleteBefore 0x4
#define global khyphChangeAfter 0x5
#define global khyphDelAndChange 0x6