Guest_imported
New member
- Jan 1, 1970
- 0
My application uses two MaskEdit components on a Form and when some numbers have been entered into the MaskEdit1 field they are then copied into the MaskEdit2 field after pressing the Return/Enter key.
MaskEdit2->Text=MaskEdit1->Text;
Under the Object Inspector Events Tab of BCB3 there doesn't seem to be anything which I can use....
How can I do this??
MaskEdit2->Text=MaskEdit1->Text;
Under the Object Inspector Events Tab of BCB3 there doesn't seem to be anything which I can use....
How can I do this??