Vcl.GraphUtil.TColorArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TColorArray = array of TIdentMapEntry;

C++

typedef System::DynamicArray<System::Classes::TIdentMapEntry> TColorArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Array of colors.

TColorArray is an Array of type TIdentMapEntry.