TiSevenSegmentClockSMPTE.FrameStyle

TiSevenSegmentClockSMPTE

Specifies the frame display style.

type TiFrameStyle = (ifsDropFrame, ifsNonDropFrame);

property FrameStyle : TiFrameStyle;

Description

Use FrameStyle to read or change the frame display style.

These are the possible values:

Value
Meaning
ifsDropFrame
A semicolon will proceed the value to indicate Drop Frame.
ifsNonDropFrame
A colon will proceed the value to indicate Non Drop Frame.

Example

Delphi

iComponent.FrameStyle := ifsDropFrame;

C++ Builder

iComponent->FrameStyle = ifsDropFrame;

Contents | Index | Previous | Next