IDropForm.DropHeight

Syntax

DropHeight: Integer;

Description

The DropHeight property determines height of the area, in which the drop-down form is displayed.

Comments

Adding the DropForm component to the form by default in this property sets the 240 pixel value.

Minimum value available in that property is one. The actual height of the area, in which the drop-down form is displayed, is calculated automatically considering the operating system settings (window elements size, specified in the screen settings, applied theme).

Maximum value available for that property is limited by the value available for the entire data type. The actual height of the area, in which the drop-down form is displayed, is limited by available visible screen area.

Example

The example of use is given in description of the IDropForm.DropDown method.

See also:

IDropForm