I want to write a component inherited from a TCustomPanel.
I need to publish some properties,methods and events so that other programmer can use the new component to access them.
How can I know what all the properties,methods and events in TCustomPanel can be published?
Where can I get the list?
Thanks.
I need to publish some properties,methods and events so that other programmer can use the new component to access them.
How can I know what all the properties,methods and events in TCustomPanel can be published?
Where can I get the list?
Thanks.