ExiDoesntFit class

Unit: XIBase

Declaration:

ExiDoesntFit = class(Exception)

Propetries

DeltaHeight
DeltaWidth

Methods

Create

This is an exception raised when a control does not fit into the container.DeltaHeight and DeltaWidth show how much extra space the control needs to be layed out properly. You must raise this exception if the control you try to lay out (for example, by overriding the LayoutControl method) does not fit into the suggested rectangle. By raising this exception, you specify how much extra space your control needs.

 

The CHM file was converted to HTML by chm2web software.