RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollectionItem.GetNamePath Method

Returns a string used by the Object Inspector.

Pascal
function GetNamePath: string; override;
C++
virtual __fastcall AnsiString GetNamePath();

GetNamePath determines the text that represents the collection in the Object Inspector. TCollectionItem overrides the inherited method to return the name of the collection followed by the index of the item within that collection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!