This property sets the appearance of the border of the Play Control.

[Delphi]   playcontrolname.Appearance[ = TVIkAppearance ]

[TVIkAppearance Type]

Unit
     IkInit

type
     TVIkAppearance = (vikFlat, vikLowered, vikRaised);

Property Value

Value Explanation
vikFlat Flat
vikLowered Lowered
vikRaised Raised

Explanation

The Appearance property sets the appearance of the border of the Play Control. It is enabled when the BorderVisible property is True. When the Appearance property is vikFlat, the border color will be determined by the value set in the BorderColor property.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are: (ikFlat, ikLowered, ikRaised).

The ImageKit10 VCL is a product created by Newtone Corporation