ExtCtrls > ExtCtrls Assembly Interfaces > IGlobalImageList
The IGlobalImageList interface contains properties and methods of the GlobalImageList development environment component.
Property name | Brief description | |
![]() |
The Document property determines the repository document, which is an image source for the component. |
Property name | Brief description | |
![]() |
The Count property returns the number of images loaded to the component collection. | |
![]() |
The Height property determines height of the images stored in the component collection. | |
![]() |
The Item property returns graphic presentation of the specified icon. | |
![]() |
The Width determines width of the images stored in the component collection. |
Property name | Brief description | |
![]() |
The ComponentCount property returns the number of child components located on the parent component. | |
![]() |
The Components property returns a child component, which index is passed via the input parameter. | |
![]() |
The Data property is used to store any custom data. | |
![]() |
The Name property determines the component name. | |
![]() |
The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
Method name | Brief description | |
![]() |
The Add method adds an image to the component collection. | |
![]() |
The AddIcon method adds an icon to the component collection. | |
![]() |
The Clear method clears the component image collection. | |
![]() |
The Delete method deletes an image from the collection. | |
![]() |
The LoadFromFile method loads an image from file to the component. | |
![]() |
The LoadFromStream method loads an image from stream to the component. | |
![]() |
The LoadFromStream2 method loads images from the stream and recovers the information about translucency. | |
![]() |
The Remove method removes an image from the collection. | |
![]() |
The SaveToDoc method saves all the images from the component to file. | |
![]() |
The SaveToStream method saves all the images from the component to stream. | |
![]() |
The SaveToStream2 saves the images to the stream with the information about translucency. | |
![]() |
The SetOverlay method identifies an image in the list as an image, which can be used as an overlay. |
See also: