The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|
See also: Properties and Methods of Class TStringStack | |
Class TStringStack |
|
![]()
The property MaxSize determines the maximum length of the stack. If you put more than MaxSize strings on the stack, the Push method will be ignored. The last string can removed from the stack by the Pop method. You can find a particular string on the stack using the method FindString. This returns the stack index which can then be used to retrieve this string by using the method CloneString.
|