You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line TCustomLongData = TObject deprecated 'Use THelpEventData, TListBoxItemData or NativeInt'; parses with the node for TCustomLongData and TObject both as ERROR.
My guess is that this is because of the deprecated keyword and string afterwards.
The text was updated successfully, but these errors were encountered:
Hello. I'm parsing Vcl.Controls.pas. At approximately line 450, there's this snippet:
The line
TCustomLongData = TObject deprecated 'Use THelpEventData, TListBoxItemData or NativeInt';
parses with the node for TCustomLongData and TObject both as ERROR.My guess is that this is because of the deprecated keyword and string afterwards.
The text was updated successfully, but these errors were encountered: