Vcl.VirtualImageList.TVirtualImageList.AddDisabled

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

Delphi

procedure AddDisabled(const ACategory: String; AStartIndex, AEndIndex: Integer); overload;
procedure AddDisabled(AName: String; ACollectionIndex: Integer); overload;
procedure AddDisabled(AName: String; const ACollectionName: String); overload;

C++

void __fastcall AddDisabled(const System::UnicodeString ACategory, int AStartIndex, int AEndIndex)/* overload */;
void __fastcall AddDisabled(System::UnicodeString AName, int ACollectionIndex)/* overload */;
void __fastcall AddDisabled(System::UnicodeString AName, const System::UnicodeString ACollectionName)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

説明

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