[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ImgList' (#lcl)

TLCLGlyphs

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Represents glyphs for buttons or icons used in LCL controls.

Declaration

Source position: imglist.pp line 432

type TLCLGlyphs = class(TCustomImageList)

public

  function GetImageIndex();

  

Gets the position of the specified resource.

  procedure RegisterResolutions();

  

Register a list of resolutions using the specified suffixes.

  procedure SetWidth100Suffix();

  

Sets the suffix used for images at the 100% scaling level.

  constructor Create(); override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

  property MissingResources: TLCLGlyphsMissingResources; [rw]

  

Indicates the action performed for missing resources.

end;

Inheritance

TLCLGlyphs

  

Represents glyphs for buttons or icons used in LCL controls.

|

TCustomImageList

  

The base class for TImageList.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home