Property SLPlayer.TSLPlayer.Mode

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TSLPlayer

Contents

Syntax

Delphi:

property Mode : TSLPlayerMode read FMode write SetMode;

C++ Builder:

__property TSLPlayerMode Mode = { read=FMode, write=SetMode };

Summary

Specifies the player mode - pmStop, pmRepeat, pmZero.

Description

Use this property to specify the player mode - pmStop, pmRepeat, pmZero.


Delphi example:

SLPlayer1.Mode := pmRepeat;

C++ Builder example:

SLPlayer1->Mode = pmRepeat;

Visual C++(MFC) example:

SLPlayer1.Mode = pmRepeat;

C# example:

player1.Mode = Mitov.SignalLab.PlayerMode.Repeat;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox