Delphi
type PShortString = ^ShortString;
C++
typedef ShortString* PShortString; //
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
pointer typedef |
public |
System.pas sysmac.h |
System |
System |
Description
Is a pointer to a ShortString.
PShortString is a pointer to a ShortString.
See Also