NotificationMethod
property
Delphi
property NotificationMethod: TNotificationMethod read GetNotificationMethod write SetNotificationMethod default DEF_NotificationMethod;
C++Builder
__property TNotificationMethod NotificationMethod = {read=GetNotificationMethod, write=SetNotificationMethod, default=1};
C#
public TNotificationMethod NotificationMethod { get; set; }
VB.NET
Public Property NotificationMethod As TNotificationMethod
C++/Qt
TNotificationMethod GetNotificationMethod ();
void SetNotificationMethod (TNotificationMethod Value);
DEPRECATED. This TNotificationMethod property is used to specify if the events must be notified by timer or by thread. The default method is by timer (nm_Timer), however depending on your application environment, you can prefer using a notification by thread (nm_Thread). You can switch the method on the fly, even during preview, recording or playback.