GefProcedures (object)

Contains the list of GefProcedure objects for and object.
Description: The GefProcedures collection contains the list of GefProcedure objects for an object.

A procedure consists of an ordered sequence of GefProcAction objects accessible from the Actions property.

The default method is Item.

The GefProcedures collection supports enumeration with the For Each statement.

Example:

assume "obj" is a GefObject
Dim proc as GefProcedure
For Each proc In obj.Procedures
    MsgBox var.Name
Next
Properties: Application , Count , Item , Parent
Methods: Add , Remove