[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Special-Purpose stringlist
Source position: processbody.inc line 39
type TProcessStrings = TStrings; |
TProcessStrings is a simple string list class which, depending on the version (unicode or not) contains unicode strings or single-byte strings: in the latter case it is an alias for the #rtl.classes.TStrings class.
|
Class to start and control other processes. |