TWin32ClipboardOpts
Win32 options
Fields
Field maxRetries:Int = 5
Max number of retries to try to obtain clipboard lock.
If maxRetries is zero, the default value will be used. Specify a negative value for zero retries.
Field retryDelay:Int = 5
Delay in ms between retries to obtain clipboard lock.
If retryDelay is zero, the default value will be used. Specify a negative value for no (zero) delay.