System.ImageList.TBaseImageList.LinkCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LinkCount: Integer read GetLinkCount;

C++

__property int LinkCount = {read=GetLinkCount, nodefault};

Properties

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

Description

The number of links in the Links array.

See Also