I have a TShape Component. I need to load it dynamically and I need to place a number on that TShape. If anyone knows the way – please suggest it to me.
Thanks Rakesh
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the Canvas property of the
TShapecomponent to draw the number, to access this protected property you must create descendent class of TShape and publish that property or just use a interposer class.