|
Hi
I have a component that creates some buttons in its
constructor. I need to name these buttons but as there will be multiple
copies of my component on a form the names need to be unique. I had
thought to use the name of the component (which will be unique) and then a hard
coded name i.e.
addbutton.name := self.name +
'AddButton'; //Self is the component
Self.Name seems to be blank (although I know th
component is named). Any suggestions?
|
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
