ApplicationMgr.GetVisible
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.GetVisible
Syntax
ApplicationMgr.GetVisible( exec)
Return Value
Purpose
Returns True when the execution is not hidden in the user interface. Hidden executions are not included in an execution list connection you establish to an ExecutionView Manager control unless you set the ExecutionListConnection.ShowHiddenExecutions property to True .
Remarks
Hidden executions are created using the ExecTypeMask_InitiallyHidden flag.
Parameters
exec As Execution
[In] Specifies the execution to determine whether it is visible.