Search Results

2
votes
5answers
635 views

“Left side cannot be assigned to” for record type properties in Delphi

Hi, I'm curious to know why Delphi treats record type properties as read only: TRec = record A : integer; B : string; end; TForm1 = class(TForm) private …