Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.LongOperationTime Property

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

#Declaration

Delphi
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