System.Classes.TStringList.GetCapacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCapacity: Integer; override;

C++

virtual int __fastcall GetCapacity(void);

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