FMX.ImgList.TCustomDestinationItem.LayersCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LayersCount: Integer;

C++

int __fastcall LayersCount();

Properties

Type Visibility Source Unit Parent
function public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomDestinationItem

Description

Returns the number of not empty layers in the Layers collection.

A layer is not empty when it contains a not empty MultiResBitmap multi-resolution bitmap.

See Also