TImageList

E1014707

TImageList is a Delphi VCL class that manages and stores collections of images (typically icons or bitmaps) for use by visual controls and components.

All labels observed (1)

Label Occurrences
TImageList canonical 2

How this entity was disambiguated

Statements (56)

Predicate Object
instanceOf Delphi VCL class ⓘ
image list component ⓘ
non-visual component ⓘ
category graphics management ⓘ
designTimeRepresentation non-visual icon on form designer ⓘ
exposes Images indexed from 0 to Count-1 ⓘ
hasMethod Add ⓘ
AddIcon ⓘ
AddImages ⓘ
AddMasked ⓘ
Assign ⓘ
BeginUpdate ⓘ
Clear ⓘ
Delete ⓘ
Draw ⓘ
DrawOverlay ⓘ
EndUpdate ⓘ
GetBitmap ⓘ
GetIcon ⓘ
Insert ⓘ
Move ⓘ
Replace ⓘ
hasProperty AllocBy ⓘ
BkColor ⓘ
BlendColor ⓘ
ColorDepth ⓘ
Count ⓘ
DrawingStyle ⓘ
Handle ⓘ
Height ⓘ
Images ⓘ
Masked ⓘ
ShareImages ⓘ
Width ⓘ
inheritsFrom TComponent ⓘ
lifecycle created and owned by a form or data module ⓘ
partOf Delphi Visual Component Library ⓘ
purpose manage collections of images ⓘ
store images for visual controls ⓘ
stores images of uniform size ⓘ
supportsFeature design-time editing ⓘ
image indexing ⓘ
run-time image manipulation ⓘ
transparent images via mask color ⓘ
supportsImageType TBitmap ⓘ
TIcon ⓘ
typicalImageTypes bitmaps ⓘ
icons ⓘ
usedBy TActionList ⓘ
linked to: Vcl.ActnList unit

TListView ⓘ
TPageControl ⓘ
linked to: TCustomPageControl

TTabControl ⓘ
linked to: TCustomTabControl

TToolBar ⓘ
TTreeView ⓘ
usedIn C++Builder ⓘ
Delphi ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

TComponent → isBaseClassOf → TImageList ⓘ
TCustomImageList → baseClassFor → TImageList ⓘ