4D View v16

PV Get plugin property

Home

 
4D View v16
PV Get plugin property

PV Get plugin property 


 

PV Get plugin property ( property ) -> Function result 
Parameter Type   Description
property  Longint in Property number
Function result  Longint in Property value

The PV Get plugin property command returns the current value of the generic 4D View plug-in property.

The property parameter is set using the PV Plugin properties constant theme. For more information on these constants, refer to the PV SET PLUGIN PROPERTY command description.

Example  

We want to know the width (in pixels) above which the 4D View included areas change into buttons:

 C_LONGINT($vWidth)
 $vWidth:=PV Get plugin property(pv button width)
 ALERT("The minimum width for 4D View areas is "+String($vWidth)+" pixels.")



See also 

PV SET PLUGIN PROPERTY

 
PROPERTIES 

Product: 4D View
Theme: PV Plugin Property
Number: 15813

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)