FMX.ImgList.TLayer.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write SetName;

C++

__property System::UnicodeString Name = {read=FName, write=SetName};

Properties

Type Visibility Source Unit Parent
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TLayer

Description

The case-insensitive name of an image in the Source collection.

The BitmapItemByName function returns the multi-resolution bitmap having this Name in the Source collection.

See Also