System.UITypes.PAlphaColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PAlphaColor = ^TAlphaColor;

C++

typedef TAlphaColor *PAlphaColor;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

PAlphaColor is a pointer to TAlphaColor.

PAlphaColor defines a pointer to TAlphaColor.

See Also