lazarus/components/codetools/examples/scanexamples/findref_cursor.pas
mattias c5c9d0014f codetools: added example FindReferences
git-svn-id: trunk@63086 -
2020-04-27 21:08:35 +00:00

17 lines
136 B
ObjectPascal

unit findref_cursor;
interface
uses findref_declaration;
type
TAliasInt = TMyInt;
var
VIPNumber: TMyInt;
implementation
end.