Command PV Get plugin property

4D View

PV Get plugin property

version 6.8


PV Get plugin property (property) Longint

ParameterTypeDescription
propertyLongintProperty number

Function result Longint Property value

Description

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.

Constants

PV Plugin properties theme.