[Overview][Types][Classes][Index] |
Assures that Index is not out of the list bound.
Source position: imglist.pp line 146
protected procedure TCustomImageList.CheckIndex( |
AIndex: Integer; |
AForInsert: Boolean = False |
); |
AIndex |
|
The index to check. |
AForInsert |
|
Set to True when the index is used for insertion (default is False). |
Raises an EInvalidOperation exception when the index is out of bounds.
lazarus-ccr.sourceforge.net |