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

TCustomImageListResolution.AutoCreatedInDesignTime

Indicates if the Resolution was auto-created at design-time.

Declaration

Source position: imglist.pp line 179

public property TCustomImageListResolution.AutoCreatedInDesignTime : Boolean
  read FAutoCreatedInDesignTime
  write FAutoCreatedInDesignTime;

Description

AutoCreatedInDesignTime is a Boolean property which indicates if the image resolution was automatically created at design-time. The value in AutoCreatedInDesignTime is set to True when the Lazarus IDE creates an image resolution in its ImageListEditor dialog using the Resolutions container for the ImageList. It is set to False when the TCustomImageList.RegisterResolutions method is called at run-time.

AutoCreatedInDesignTime is used in the TCustomImageList.DefineProperties method to determine the values read and written using the LCL component streaming mechanism.

See also

TCustomImageListResolutions.ImageLists

  

Provides access to an image list which uses the specified image width.

TCustomImageList.Resolutions

  

Provides access to the image resolutions (or sizes) used in the image lists.

TCustomImageList.RegisterResolutions

  

Registers image resolutions (sizes) to use in the image list.

TCustomImageList.DefineProperties

  

Defines properties used in the LCL component streaming mechanism.


Version 3.2 Generated 2024-02-25 Home