Vcl.Imaging.GIFImg.PInverseLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PInverseLookup = ^TInverseLookup;

C++

typedef TInverseLookup *PInverseLookup;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

PInverseLookup is a pointer to a TInverseLookup.

A variable of type PInverseLookup can store a pointer to an element of type TInverseLookup.

See Also