Open main menu

RAD Studio API Documentation β

System.Classes.TStringList.GetCapacity

Delphi

function GetCapacity: Integer; override;

C++

virtual int __fastcall GetCapacity();

Properties

Type Visibility Source Unit Parent
function protected
System.Classes.pas
System.Classes.hpp
System.Classes TStringList

Description

Returns the currently allocated size of the strings list.

The GetCapacity method returns the currently allocated size of the strings list.

See Also