System.ImageList.TBaseImageList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; virtual; abstract;

C++

virtual int __fastcall GetCount() = 0 ;

Properties

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

Description

Getter for the Count property.

GetCount is an abstract method that must be implemented in descendant classes.

See Also