TCustomdxComponentPrinter.LongOperationTime Property
Specifies the threshold time interval (in milliseconds) for operations.
Declaration
property LongOperationTime: Integer read; write; default 5000;
Property Value
Type | Default |
---|---|
Integer | 5000 |
Remarks
Use the LongOperationTime property to set a time interval in milliseconds. This time interval is used to determine whether an operation is excessive. For instance, if a given operation exceeds a certain amount of time, a beep can be generated.
The default value of this property is 5000.
See Also