Vcl.ActnMan.TCustomActionControl.FindImageList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.