API:FMX.ImgList.TCustomImageList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

Description

Getter for the Count property.

FMX.ImgList.TCustomImageList.GetCount inherits from System.ImageList.TBaseImageList.GetCount. All content below this line refers to System.ImageList.TBaseImageList.GetCount.

Getter for the Count property.

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

See Also