4D v13PV Get plugin property |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v13
PV Get plugin property
|
PV Get plugin property ( property ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
property | Longint |
![]() |
Property number | |||||
Function result | Longint |
![]() |
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.
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.")
Product: 4D
Theme: PV Plugin Property
Number:
15813
Created: 4D View 6.8