RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.DefineProperties Method

Allows bitmap data to be saved and loaded.

Pascal
procedure DefineProperties(Filer: TFiler); override;
C++
virtual __fastcall DefineProperties(TFiler Filer);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!