 |
lbuntha Level: Scholar
 Registered: 05-05-2006 Posts: 39
|
Re: change the caption of a control of any place on project
I am not sure your question but i suppose you may be want to change caption of each control with public function.
If you want to do this, you should declare variable in module or class.
In module
public const caption="My Caption"
when you set caption for each control, you should use the below code:
formName.lable1.Caption=caption
you do like this while modifying caption in module then all captions will be changed automatically.
____________________________
ly buntha
|
|
14-08-2006 at 07:13 AM |
|
|
|
|
 |
 |