PV Get plugin property

4D - Documentation   Français   English   German   4D View, Command Theme List   4D View, Command Alphabetical List   4D View, Constant Theme List   Back   Previous   Next

version 6.8


PV Get plugin property (property) Longint

ParameterTypeDescription
propertyLongintProperty number
Function resultLongintProperty 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.


4D - Documentation   Français   English   German   4D View, Command Theme List   4D View, Command Alphabetical List   4D View, Constant Theme List   Back   Previous   Next