Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Mattias Gaertner
On Fri, 21 Jul 2017 04:54:04 -0400 Anthony Walter wrote: > When I register a component with the IDE it is installed from a package. > The package has a name. I want to know the name of the package, given a > class type of a component registered in the IDE. You have to search

Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Michael Van Canneyt
On Fri, 21 Jul 2017, Anthony Walter wrote: When I register a component with the IDE it is installed from a package. The package has a name. I want to know the name of the package, given a class type of a component registered in the IDE. See this issue:

Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Anthony Walter
When I register a component with the IDE it is installed from a package. The package has a name. I want to know the name of the package, given a class type of a component registered in the IDE. See this issue: https://bugs.freepascal.org/view.php?id=32182 procedure RegisterForm(const Package:

Re: [fpc-pascal] Class type to package name?

2017-07-21 Thread Michael Van Canneyt
On Thu, 20 Jul 2017, Anthony Walter wrote: Assuming the class type has been registered either through RegisterComponent or RegisterNoIcon, what is the most straight forward way to get the package name it is defined in given a class type? Define package ? Michael.

[fpc-pascal] Class type to package name?

2017-07-20 Thread Anthony Walter
Assuming the class type has been registered either through RegisterComponent or RegisterNoIcon, what is the most straight forward way to get the package name it is defined in given a class type? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org