System.ImageList.TBaseImageList.DeleteLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteLink(Link: TImageLink);

C++

void __fastcall DeleteLink(TImageLink* Link);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList

Description

Removes the provided Link from the Links array of links.

See Also