[fpc-pascal] fcl-passrc method/function invocations
Ryan Joseph
genericptr at gmail.com
Tue Oct 15 22:38:35 CEST 2019
Another related question about functions.
In unit files there is a InterfaceSection/ImplementationSection in TPasModule and I can use those to get a list of functions (because they descend from TPasSection). In a program file there only seems to be a InitializationSection but this doesn’t contain the same list of functions.
So, how do I find the functions in a program module?
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list