XIResizeContainer function

Unit: XIConstruct

Declaration:

procedure XIResizeContainer(const aContainer: TWinControl; const aXDelta, aYDelta: Integer);

Resize aContainer by the aXDelta and aYDelta values. If aContainer's align is alClient then this procedure resizes the parent control and so forth. If this function cannot resize aContainer, it raises the ExiCantResizeContainer exception.

 

The CHM file was converted to HTML by chm2web software.