Skip to main content

TdxBarItemControl.HasWindow Method

Determines whether the current item control is a windowed control.

Declaration

function HasWindow: Boolean; virtual;

Returns

Type
Boolean

Remarks

The HasWindow property returns False for this class. Some descendants of this class represent windowed item controls (the TdxBarWinControl‘s family). For them, the HasWindow property returns False.

Some actions can be implemented only with windowed items. Use this function to determine whether the currently processed item control can perform these actions.

See Also