Originale-mail to me for new edition

 

Character pointers

 

The fundamental types PAnsiChar and PWideChar represent pointers to AnsiChar and WideChar values, respectively. The generic PChar represents a pointer to a Char (that is, in its current implementation, to an AnsiChar). These character pointers are used to manipulate null-terminated strings. (See Working with null-terminated strings.)

 

Topic groups

 

See also

About pointer types

Other standard pointer types

 

 

译文

 

字符指针

 

基本类型PAnsiCharPWideChar分别表示指向AnsiCharWideChar类型值的指针。一般类型PChar表示指向Char类型(当前实现中是对AnsiChar)值的指针。这些字符指针用于操作空结束串。(见空结束串。)

 

主题组

 

相关主题

关于指针类型

其他标准指针类型