Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Commands Object : CurrentCommand Property
CurrentCommand Property
Description

Returns a Command object representing the current PC-DMIS command. Note that if you use the Commands.Add method prior to this property, the current command returned will be the last added command from the Add method. Read-only Command object.

Property type
Read-only property
Syntax
Visual Basic
Public Property CurrentCommand As Command
Return Type
Command object.
See Also