4D View v16PV Get plugin property |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v16
PV Get plugin property
|
PV Get plugin property ( property ) -> 戻り値 | ||||||||
引数 | 型 | 説明 | ||||||
property | 倍長整数 |
![]() |
プロパティ番号 | |||||
戻り値 | 倍長整数 |
![]() |
プロパティの値 | |||||
PV Get plugin propertyコマンドは、汎用的な4D View プラグインのpropertyの現在値を返します。
引数propertyの指定にはPV Plugin propertiesテーマ内の定数を使用します。この定数に関する詳細は、PV SET PLUGIN PROPERTYコマンドの説明を参照してください。
4D View の組み込みエリアがボタンに変わる最小幅(ピクセル数)を知りたいものとします:
C_LONGINT($vWidth)
$vWidth:=PV Get plugin property(pv button width)
ALERT("4D View エリアの最小幅は、"+String($vWidth)+" ピクセルです。")
プロダクト: 4D View
テーマ: PVプラグインプロパティ
番号:
15813
初出: 4D View 6.8
4D View ( 4D View v16)