4D v13

PV Get on command method

Home

 
4D View v13
PV Get on command method

PV Get on command method 


 

PV Get on command method ( area ; command ) -> Function result 
Parameter Type   Description
area  Longint in 4D View area
command  Longint in Command number
Function result  String in 4D method name

The PV Get on command method command returns the name of the method linked to the 4D View menu command.

The PV Commands constants are used to define the command parameter.

If no method has been linked, PV Get on command method returns an empty string.

Example  

See the example for the PV ON COMMAND command.

 
PROPERTIES 

Product: 4D
Theme: PV Area
Number: 15991

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D View 6.8

 
SEE ALSO 

PV Get on error method
PV Get on event method
PV ON COMMAND