RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PComp Type

PComp is a pointer to a Comp variable.

Pascal
PComp = ^Comp;
C++
^Comp PComp;

PComp is a pointer to a Comp variable.

Note: The Comp data type is deprecated.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!