System.ImageList.TBaseImageList.LinkContains
Delphi
function LinkContains(const Link: TImageLink; const StartIndex: Integer = -1): Boolean;
C++
bool __fastcall LinkContains(TImageLink* const Link, const int StartIndex = 0xffffffff);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.ImageList.pas System.ImageList.hpp |
System.ImageList | TBaseImageList |
Description
Checks for the presence of the element in the Links array.