RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDispatcher.Action Property

Provides indexed access to the action items managed by the TCustomWebDispatcher object.

Pascal
property Action [Index: Integer]: TWebActionItem;
C++
__property TWebActionItem Action[int Index];

Use Action to iterate over all of the actions in the Actions collection. Zero is the index of the first action item, one is the index of the second action item, and so on. To access individual actions by name, use the ActionByName method. 

 

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