[Overview][Types][Classes][Procedures and functions][Index] |
Swaps the values for the State properties in the Items at the specified ordinal positions.
Source position: checklst.pas line 74
public procedure TCustomCheckListBox.Exchange( |
AIndex1: Integer; |
AIndex2: Integer |
); |
AIndex1 |
|
Ordinal position for the first item affected in the method. |
AIndex2 |
|
Ordinal position for the second item affected in the method. |