Vcl.Imaging.GIFImg.TGIFList.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: TList read FItems;

C++

__property System::Classes::TList* List = {read=FItems};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFList

Description

Specifies the untyped list of GIF items stored in the Items property.

List is a read-only property that specifies the untyped list of GIF items stored in the Items property.

See Also