Перечисленные указательные типы описаны в модулях System и SysUtils.
| Pointer type
| Points to variables of type
| | PAnsiString, PString
| AnsiString
| | PByteArray
| TByteArray (declared in SysUtils). Used to typecast dynamically allocated memory for array access.
| | PCurrency, PDouble, PExtended, PSingle
| Currency, Double, Extended, Single
| | PInteger
| Integer
| | PWideString
| WideString
| | PShortString
| ShortString. Useful when porting legacy code that uses the old PString type.
| | PVariant
| Variant
| Просмотров: 629
Вернуться в оглавление
|