FMX.ListView.Appearances.TObjectAppearance.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write FName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance

Description

Name that uniquely identifies this object appearance among the object appearances of its owner.

See Also