Vcl.ImgList.TCustomImageList.DefineProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefineProperties(Filer: TFiler); override;

C++

virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Allows bitmap data to be saved and loaded.

DefineProperties allows the image list to create pseudo properties that are loaded and saved with the image list. TCustomImageList overrides the inherited method to save or load the bitmap image in addition to the other published properties.

See Also