blaise/rtl
Graeme Geldenhuys 81920c545a feat(rtl): TStringList — Text property, LoadFromFile, SaveToFile, Strings/Objects indexed properties
- Text: string read GetText write SetText
- SetText: Clear + SplitIntoList(AText, Ord(#10), Self)
- LoadFromFile: SetText(ReadFile(APath))
- SaveToFile: WriteFile(APath, GetText + #10)
- property Strings[Index: Integer]: string read Get write Put
- property Objects[Index: Integer]: Pointer read GetObject write SetObject
- 16 new compiler tests in cp.test.collections covering semantic and
  codegen for all new APIs
2026-04-29 13:07:44 +01:00
..
src feat(rtl): TStringList — Text property, LoadFromFile, SaveToFile, Strings/Objects indexed properties 2026-04-29 13:07:44 +01:00
Makefile fix: drain child process output to avoid pipe deadlock 2026-04-24 17:42:54 +01:00
project.xml build: disable blaise-rtl from default reactor build 2026-04-24 08:06:01 +01:00