FMX.ImgList.TCustomImageList.GetCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount(void);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

説明

Count プロパティの取得メソッドです。

FMX.ImgList.TCustomImageList.GetCount は System.ImageList.TBaseImageList.GetCount を継承しています。以下の内容はすべて System.ImageList.TBaseImageList.GetCount を参照しています。

Count プロパティの取得メソッドです。

GetCount は下位クラスで実装しなければならない抽象メソッドです。

関連項目