4D View v14

PV GET COMMAND STATUS

Home

 
4D View v14
PV GET COMMAND STATUS

PV GET COMMAND STATUS 


 

PV GET COMMAND STATUS ( area ; command ; status ; checkbox ; name ) 
Parameter Type   Description
area  Longint in 4D View area
command  Longint in Command number
status  Integer in 0 = Disable; 1 = Enable
checkbox  Integer in 0 = Un-checked; 1 = Checked
name  String in Command name

The PV GET COMMAND STATUS command gets the status, checkbox and name of the 4D View command name defined by command.

The command parameter corresponds to the number of the command whose information is desired. To define this parameter, use the PV Commands theme constants.

The status parameter returns the state of the command that will have either a value of 0 if the command is disabled or 1 if it is enabled.

The checkbox parameter indicates if the command is checked (value 1) or not (value 0).

The name parameter contains the label of the command.

Example  

See the example for the PV EXECUTE COMMAND command.

 
PROPERTIES 

Product: 4D View
Theme: PV Area
Number: 15987

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV EXECUTE COMMAND
PV SET COMMAND STATUS

 
ARTICLE USAGE

4D View Language ( 4D View v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)