System.Classes.TCollection.PropName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PropName: string read GetPropName write FPropName;

C++

__property System::UnicodeString PropName = {read=GetPropName, write=FPropName};

Properties

Type Visibility Source Unit Parent
property protected
System.Classes.pas
System.Classes.hpp
System.Classes TCollection

Description

Specifies the name of the property that the collection implements.

The GetNamePath method uses this protected property to assemble the name of the collection as it appears in the Object Inspector. It identifies the name of the property in the object returned by the protected GetOwner method that is implemented using this collection object.

See Also