Synchronized
Delphi
property Synchronized: Boolean read GetSynchronized write SetSynchronized default DEF_Synchronized;
C++Builder
__property bool Synchronized = {read=GetSynchronized, write=SetSynchronized, default=0};
C#
public bool Synchronized { get; set; }
VB.NET
Public Property Synchronized As Boolean
C++/Qt
BOOL GetSynchronized ();
void SetSynchronized (BOOL Value);
Used to enable the synchronization between several TVideoGrabber player components.
See the Synchronization of several TVideoGrabber components chapter.