+ add descriptive comment regarding the TVmtField* types

This commit is contained in:
Sven/Sarah Barth 2024-01-01 18:12:56 +01:00
parent 93d38629aa
commit c74441323a

View File

@ -197,6 +197,9 @@ unit TypInfo;
property Tail: Pointer read GetTail;
end;
{ The following three types are essentially copies from the TObject.FieldAddress
function. If something is changed there, change it here as well }
PVmtFieldClassTab = ^TVmtFieldClassTab;
TVmtFieldClassTab =
{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}