Vcl.ActnMan.TCustomActionControl.FindImageList

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。