Vcl.Controls.TDragImageList.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize; override;

C++

virtual void __fastcall Initialize();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragImageList

Description

Sets numerous image list properties to their default values and creates instances of objects used internal to the image list.

Initialize is called from the constructors of the image list.

See Also