RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItem.Create Constructor

Creates an instance of TWebActionItem.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall TWebActionItem(TCollection Collection);

Call Create to create a TWebActionItem object at runtime. Action items created in the action editor at design time are instantiated automatically. 

After calling the inherited constructor, Create initializes the Enabled property to True, and sets the action item so that it will match any HTTP request targeted to a URI with an empty PathInfo

 

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