Skip to content

Class: cApplication

Include: Use System\Application.pkg

Hierarchy: cObject -> cApplication

Package: System\Application.pkg

cApplication stores the global application handle in ghoApplication and owns application-level helper object handles.

Properties

See Properties.

Name Purpose
phoCommandLine Handle of the constructed cCommandLine object.
phoWorkspace Application workspace handle.

ghoApplication is the global handle for the application object when one exists.

Example

Handle hoCommandLine
Get phoCommandLine of ghoApplication to hoCommandLine

See also