<p>Am 30.12.2013 20:08 schrieb "Marcos Douglas" <<a href="mailto:md@delfire.net">md@delfire.net</a>>:<br>
><br>
> Hi,<br>
><br>
> I'm using FPC 2.6.2 and {advancedrecords}.<br>
> The compiler shows a warning when I use a record variable. IMO this is<br>
> a bug because record variables need not be initialized, right?</p>
<p>Managed types (strings, interfaces, dynamic arrays) inside a record will have a valid value (Nil), but other values will he garbage. The compiler does not check whether a record contains any non-managed fields before generating the warning.</p>

<p>Regards,<br>
Sven</p>