Runtime library string type
Source position: fpmkunit.pp line 143
type RTLString = AnsiString; |
RTLString is an alias for the standard string type used throughout the Free Pascal Runtime Library. This type provides a consistent string representation across different platforms and compiler configurations, ensuring compatibility when working with RTL functions and procedures in the FPMake build system.