Back to Devexpress

TCustomdxComponentPrinter.LongOperationTime Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-ddb01ac5.md

latest945 B
Original Source

TCustomdxComponentPrinter.LongOperationTime Property

Specifies the threshold time interval (in milliseconds) for operations.

Declaration

delphi
property LongOperationTime: Integer read; write; default 5000;

Property Value

TypeDefault
Integer5000

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

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit