System.Tether.AppProfile.TCustomRemoteItem.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
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomRemoteItem

Description

String that uniquely identifies the item.

See Also