IImageButton.AllowDown

Syntax

AllowDown: Boolean;

Description

The AllowDown property determines whether the button should remain pressed after the first pressing.

Comments

If the property is set to False, on pressing the button returns to the initial state. Default value is False.

See also:

IImageButton