DesignIntf.ISelectionEditorList.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount};

Properties

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

Description

Represents the number of selection editors in the list.

Use this property to get the number of ISelectionEditor items in the list.

See Also