Set the bounds for the control to the specified values.
Source position: comctrls.pp line 1539
protected procedure TCustomListView.DoSetBounds( |
ALeft: Integer; |
ATop: Integer; |
AWidth: Integer; |
AHeight: Integer |
); override; |
ALeft |
|
Left coordinate for the control. |
ATop |
|
Top coordinate for the control. |
AWidth |
|
Width for the control. |
AHeight |
|
Height for the control. |
Resizes the last column (if enabled) when the bounds for the control have been changed.
CT Web help |
CodeTyphon Studio |