TPcxVuMeters
Properties
TPcxVuMeters displays the pipe digital output levels to which it is connected to, actually it's impossible to connect a vumeter to the streams. TPcxVuMeters can work vertically or horizontally.
TPcxVuMeters.DisplayPeaks
DisplayPeaks allows or prevents the peak displays.
property DisplayPeaks : Boolean;
Description
This property allows or prevents the peak displays :
DisplayPeaks = True : allows the peak displays.
DisplayPeaks = False : doesn't allow the peak displays.
See also
Orientation, Enabled

TPcxVuMeters.Enabled
Enabled enables or disables the vumeter.
property Enabled : Boolean;
Description
Enabled = True enables the vumeter.
Enabled = False disables the vumeter.
See also
DisplayPeaks, Pipe

TPcxVuMeters.Orientation
This property specifies the vumeter orientation.
TOrientation = (toHorizontal, toVertical);
property Orientation : TOrientation;
Description
This property specifies or returns, the vumeter orientation.
Orientation = toHorizontal : the vumeter is displayed horizontally.
Orientation = toVertical : the vumeter is displayed vertically.
See also
Enabled, DisplayPeaks

TPcxVuMeters.Pipe
The Pipe property specifies the pipe to which the vumeter must be bound to..
property Pipe : TPcxCustomPipe;
Description
This property specifies or returns the pipe to which the vumeter is bound to.
See also
Enabled
