RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollection.PropName Property

Specifies the name of the property that the collection implements.

Pascal
property PropName: string;
C++
__property AnsiString PropName;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!