FMX.ImgList.TCustomSourceItem.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 public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomSourceItem

Description

A case-insensitive name of the current source item in the TSourceCollection collection.

Name cannot be empty and must be unique in the collection. See also TLayer.Name

See Also