TdxFileDialogPreviewOptions.Delay Property
Specifies the delay between a file focus change and a preview update in the shell dialog.
Declaration
property Delay: Integer read; write; default TdxFilePreviewPane.DefaultPreviewDelay;
Property Value
Type | Description |
---|---|
Integer | The preview update delay, in milliseconds. |
Remarks
The Delay
property’s default value is 100
.
See Also