Topic Path: Pending > TIdCommandHandler.GetNamePath
ContentsIndexHome
PreviousUpNext
TIdCommandHandler.GetNamePath

Determines the text used to represent the collection item in the Object Inspector.

string - Text that identifies the command handler and its' items.

GetNamePath is an overriden String function that determines the text used to represent the collection item in the Object Inspector. TIdCommandHandler returns the name of the owner of the collection, accessed using TIdCommandHandlers.OwnedBy, followed by a '.' character and the DisplayName for the collection item. When the collection owner is unassigned, GetNamePath calls the inherited method. GetNamePath is intended for internal use only.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.