TPcxPipeLevelLabel
TPcxPipeLevelLabel displays the current level of the pipe gain to which he is connected to.
The AutoRefresh property allows/prevents the automatic refresh when the pipe sound level is modified by another object.
TPcxPipeLevelLabel.AutoRefresh
AutoRefresh allows or prevents the automatic refresh of the label.
property AutoRefresh : Boolean;
Description
AutoRefresh = True, the label is automatically refreshed if the pipe channel level, to which he is connected to, is modified.
AutoStart = False, the label is not refreshed.
See also
Pipe, Channel, LevelType, EndCaption

TPcxPipeLevelLabel.Channel
Channel specifies the pipe channel from which the label must return the level.
TChannel = (caLeft,caRight,caBoth);
property Channel : TChannel;
Description
Channel specifies the pipe channel from which the label must return the level.
Channel = caLeft : the label returns the level of the left channel.
Channel = caRight : the label returns the level of the right channel.
Channel = caBoth : the label returns the level of both channels.
See also
AutoRefresh, EndCaption, LevelType, Pipe

TPcxPipeLevelLabel.EndCaption
The contents of EndCaption is added to the label caption.
EndCaption : TCaption;
Description
The contents of EndCaption is added to the label caption.
See also
AutoRefresh

TPcxPipeLevelLabel.LevelType
The LevelType property specifies the level type returned by the label.
TLevelType = (leDigital,leAnalog,leNotDefined);
property LevelType : TLevelType;
Description
This property specifies or returns the level type to be returned by the label.
LevelType = leDigital : the label return the digital level.
LevelType = leAnalog : the label returns the analog level.
LevelType = leNotDefined : (not yet available).
See also
AutoRefresh, Channel, Pipe

TPcxPipeLevelLabel.Pipe
The Pipe property specifies the pipe to which the label must be joined to.
property Pipe : TPcxCustomPipe;
Description
This property specifies or returns the pipe to which the label is joined to.
See also
AutoRefresh, Channel, LevelType
