RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItem.Name Property

Identifies an individual action item when it is referenced from other objects.

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

Use Name to uniquely specify an individual action item in code anywhere in the application. For action items, Name is equivalent to the DisplayName property. Therefore, when setting the Name property, the new value must not match the DisplayName of any other action item in the list maintained by TCustomWebDispatcher. Trying to set the Name to a DisplayName that is already in use raises an exception. 

 

DisplayName 

Name

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