[Overview][Types][Classes][Procedures and functions][Index] |
Deletes the image resolution stored at the specified position in the container.
Source position: imglist.pp line 242
public procedure TCustomImageListResolutions.Delete( |
const AIndex: Integer |
); |
AIndex |
|
Ordinal position of the image resolution to delete from the container. |
Delete is a procedure used to remove the image resolution stored at the specified position in the container. Delete calls the Delete method in the internal TObjectList member which stores the image resolutions for the container.
AIndex contains the ordinal position of the object instance deleted in the method.
Use the Clear method to remove all image resolutions stored in the container.
|
Clears all image resolutions stored in the container. |
Version 4.0 | Generated 2025-05-03 | Home |