DesignIntf.IDesignerSelections.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer;

C++

virtual int __fastcall GetCount(void) = 0 ;

Properties

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

Description

Returns the value of the Count property.

GetCount is the protected read access method for the Count property.

See Also