FMX.ImgList.TGlyphImageLink

From RAD Studio API Documentation
Jump to: navigation, search

System.ImageList.TImageLinkSystem.TObjectTGlyphImageLink

Delphi

TGlyphImageLink = class(TImageLink)

C++

class PASCALIMPLEMENTATION TGlyphImageLink : public System::Imagelist::TImageLink

Properties

Type Visibility Source Unit Parent
class public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList FMX.ImgList

Description

A TGlyphImageLink object is used to install connection between an Images image list assigned to the TGlyph control and a component owning this TGlyph control.

The Create(AOwner) constructor of a TGlyph control, creates an instance of the TGlyphImageLink image link and assigns the specified AOwner as the owner of this image link. Images and ImageIndex properties specify an image list and an image to be shown in the AOwner component. When Images or ImageIndex changes, then TGlyphImageLink executes Change.

Notice that the AOwner component should support the IGlyph interface. Otherwise Create (AOwner) raises an exception.

For destroying objects of this class, you should always use the DisposeOf method.

See Also