Vcl.VirtualImageList.TVirtualImageList.AddDisabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

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.