System.Classes.IInterfaceList.GetCapacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCapacity: Integer;

C++

virtual int __fastcall GetCapacity(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes IInterfaceList

Description

Returns the value of the Capacity property.

GetCapacity is the read implementation of the Capacity property.

See Also