Vcl.ActnMan.TCustomActionControl.FindImageList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindImageList(UseLargeImages: Boolean;
ImageIndex: TImageIndex = -1): TCustomImageList; overload; virtual;
function FindImageList(UseLargeImages: Boolean; var Disabled: Boolean;
ImageIndex: TImageIndex = -1): TCustomImageList; overload; virtual;

C++

virtual Vcl::Imglist::TCustomImageList* __fastcall FindImageList(bool UseLargeImages, System::Uitypes::TImageIndex ImageIndex = (System::Uitypes::TImageIndex)(0xffffffff))/* overload */;
virtual Vcl::Imglist::TCustomImageList* __fastcall FindImageList(bool UseLargeImages, bool &Disabled, System::Uitypes::TImageIndex ImageIndex = (System::Uitypes::TImageIndex)(0xffffffff))/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Embarcadero Technologies does not currently have any additional information.