FMX.ImgList.TSourceItem.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write SetName default 0;

C++

__property Name = {default=0};

Properties

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

Description

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

FMX.ImgList.TSourceItem.Name inherits from FMX.ImgList.TCustomSourceItem.Name. All content below this line refers to FMX.ImgList.TCustomSourceItem.Name.

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