OpenURLAsync
property
Delphi
property OpenURLAsync: Boolean read GetOpenURLAsync write SetOpenURLAsync default DEF_OpenURLAsync;
C++Builder
__property bool OpenURLAsync = {read=GetOpenURLAsync, write=SetOpenURLAsync, default=1};
C#
public bool OpenURLAsync { get; set; }
VB.NET
Public Property OpenURLAsync As Boolean
C++/Qt
BOOL GetOpenURLAsync ();
void SetOpenURLAsync (BOOL Value);
Specifies if the component must connect to IP cameras or URLs asynchronously or synchronously. See Asynchronous vs Asynchronous connection.