![]() |
![]() ![]() ![]() |
acStringListContainer component.
|
property MaxSize: Integer;
|
The MaxSize specifies the capacity of string list (the maximum number of strings which it can hold).
|
![]() |
|
For example, if MaxSize = 100 and you're trying to add 101st string, the first string will be deleted from the list to allow the new string to be added. Anyway, by default the MaxSize set to MaxInt, so it can hold up to 2,147,483,647 lines of text (but of course you can decrease this value if your program requires so).
|
Count property;
|
GetFIFO, GetAndDeleteItem, Add, Insert, StoreToRegistry and LoadFromRegistry methods.
|