System.ImageList.TBaseImageList.AddLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddLink(Link: TImageLink);

C++

void __fastcall AddLink(TImageLink* Link);

Properties

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

Description

Adds the provided Link to the Links array of links.

See Also