FPCAlertActions.Item
Method
Gets the given FPCAlertAction object from the
collection.
VBScript Syntax[VBScript]
[ vItem = ] FPCAlertActions.Item( vIndex )
C++ Syntax[C++]
HRESULT Item(
VARIANT vIndex,
IFPCAlertAction **pvItem
);
Parameters
- vIndex
- Required. Name or one-based index of the object to
retrieve.
Return Values
- vItem
- If successful, gets a reference to an object of type
FPCAlertAction; otherwise:
- In C++, returns an error code and a null object.
- In scripting languages and in Visual Basic, an error is raised
and can be intercepted by using an error handler.
Applies To
FPCAlertActions