Skip to content

VCRHorizontalLocking

property

Deprecated

Kept for backward compatibility only.

Delphi
property VCRHorizontalLocking: Boolean read GetVCRHorizontalLocking write SetVCRHorizontalLocking;
C++Builder
__property bool VCRHorizontalLocking = {read=GetVCRHorizontalLocking, write=SetVCRHorizontalLocking, nodefault};
C#
public bool VCRHorizontalLocking { get; set; }
VB.NET
Public Property VCRHorizontalLocking As Boolean
C++/Qt
BOOL GetVCRHorizontalLocking ();
void SetVCRHorizontalLocking (BOOL Value);

Used to set or retrieve whether the video is from a broadcast source or from a tape source. false: the video is from a broadcast source, true: the video is from a tape source.