2019. 10. 2. 11:39
델파이
타입 |
범위 |
형식 |
Integer |
-2147483648 ~ 2147483647 |
부호를 가진 32bits (4 Bytes) |
Cardinal |
0 ~ 4294967295 |
부호 없는 32bits (4 Bytes) |
<?XML:NAMESPACE PREFIX = O /> |
|
|
ShortInt |
-128 ~ 127 |
부호를 가진 8bits (1 Byte) |
Byte |
0 ~ 255 |
부호 없는 8bits (1 Byte) |
SmallInt |
-32768 ~ 32767 |
부호를 가진 16bits (2 Bytes) |
Word |
0 ~ 65535 |
부호 없는 16bits (2 Bytes) |
LongInt |
-2147483648 ~ 2147483647 |
부호를 가진 32bits (4 Bytes) |
LongWord |
0 ~ 4294967295 |
부호 없는 32bits (4 Bytes) |
Int64 |
-263 ~ 263-1 (-9,223,372,036,854,775,808 ~ 9,223,372,036,854,775,807) |
부호를 가진 64bits (8 Bytes) |
Uint64 |
0 ~ 264-1 (0 ~ 18,446,744,073,709,551,615) |
부호 없는 64bits (8 Bytes) |
'델파이' 카테고리의 다른 글
[델파이] IP Helper API 를 이용한 ARP 예제 (mac->IP 구하기) (0) | 2019.10.04 |
---|---|
[델파이] Ethernet 랜카드의 mac adress 구하기 (0) | 2019.10.02 |
[델파이] 프로세스 우선순위 올리기 (0) | 2019.10.02 |
[델파이] 델파이 실행파일 Virus.Win32.Induc.a 감염 해결방법 (0) | 2019.10.01 |
[델파이] DBX error.. 해결 방법 (0) | 2019.10.01 |