Skip to content

EventNotificationSynchrone

property

Delphi
property EventNotificationSynchrone: Boolean read GetEventNotificationSynchrone write SetEventNotificationSynchrone  default DEF_EventNotificationSynchrone;
C++Builder
__property bool EventNotificationSynchrone = {read=GetEventNotificationSynchrone, write=SetEventNotificationSynchrone, default=1};
C#
public bool EventNotificationSynchrone { get; set; }
VB.NET
Public Property EventNotificationSynchrone As Boolean
C++/Qt
BOOL GetEventNotificationSynchrone ();
void SetEventNotificationSynchrone (BOOL Value);

Speficies if the events are notified synchrounously.

Remarks

Used to specify if the events occur synchrounously.

When invoking TVideoGrabber from a thread it is possible to disable this property.

See also SyncCommands.