Represents a procedure in a screen. | |
Description: | The GefProcedure object represents a
procedure in a screen. A procedure consists of an ordered sequence of GefProcAction objects accessible from the Action property. Example: Sub GefProcedure_Name() Dim oCimObj As GefObject Dim oCimProcedure As
GefProcedure Dim oCimProcActs As
GefProcActions Set oCimObj = CimGetObject Set oCimProcedure =
oCimObj.Procedures.Item(0) oCimProcedure.Name ="MyProcedure" MsgBox "The name of the first
procedure is " & _ """" &
oCimProcedure.Name & """" End Sub |
Properties: | Actions , Application , ConfirmAllActions , ConfirmationMessage , Description , ExecutionCondition , FailureMessage , HaltOnError , Name , Parent , SuccessMessage |
Methods: | Duplicate |