Skip to main content

TdxBarItem.UnclickAfterDoing Property

Determines the item’s click behavior.

Declaration

property UnclickAfterDoing: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If UnclickAfterDoing is True, an item stays pressed during execution of the OnClick event handler and goes to its initial state when the OnClick event handler completes its work.

If UnclickAfterDoing is False, the button is restored to its original “uppressed” state immediately after the press event and does not wait for the OnClick event handler to complete its work.

See Also