Custom Managed Records New in Delphi 10.4 Sydney
May 8, 2020
RAD Studio and Delphi 10.4 Sydney are available now!
What is a Managed Record in Delphi?
Records in Delphi can have fields of any data type. When a record has plain (non-managed) fields, like numeric or other enumerated values there isn’t much to do for the compiler. Creating and disposing of the record consists of allocating memory or getting rid of the memory location. (Notice that by default…




