DesignIntf.ISelectionEditorList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

virtual int __fastcall GetCount() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf ISelectionEditorList

Description

Returns the number of ISelectionEditor items.

GetCount returns the number of selection editors in the list.

GetCount is the getter method for the Count property.

See Also