JCL Help:TWideStrings.Capacity
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TWideStrings.Capacity Property
[+] TWideStrings Events
[+] TWideStrings Methods
[+] TWideStrings Properties
Search in JCL Help
Search in all projects
Summary
Indicates the number of items the list can hold.
Pascal
public property Capacity: Integer;
Description
Capacity determines the number of strings that the list can hold without having to resize/reallocate the internal storage. For TWideStrings reading Capacity returns the Count property and setting Capacity does nothing. Descendant classes can, and usually will, override this behavior in an appropriate manner.
About
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page