TRVMicrophoneView.Style

<< Click to display table of contents >>

TRVMicrophoneView.Style

Specifies how the sound volume is displayed.

type // defined in MRVType unit

  TRVMicrophoneStyle = (rvmpsSimple, rvmpsHistogram, rvmpsGradient,

    rvmpsOwnerDraw);

property Style: TRVMicrophoneStyle;

If Style=rvmpsOwnerDraw, you can draw the component yourself in OnPaint event.

Value

Sample

rvmpsSimple

rvmpsSimple

rvmpsHistogram

rvmpsHistogram

rvmpsGradient

rvmpsGradient

rvmpsOwnerDraw

rvmpsOwnerDraw (any image drawn in OnPaint)

Default value

rvmpsHistogram