![]() |
#1
|
|||
|
|||
![]()
Hi,
how can i put an updown object in an modified Tedit? |
#2
|
|||
|
|||
![]()
Try this one I found on Torry's:
http://bash_sash.tripod.com/editbtn.htm Edit Button v.3.1 By Vasily Kholopov. This is an edit box to allow a developer to implement any edit box using same control with easy-in-use events with ability to edit/display RTF text and detect URLs. Just replace by The Edit Button all of your Edit Boxes and get all of advanatge. Editor Features: Multi line mode 5 additional views: with right "browse" speed button + this button click event with right spin button + spin Up/Down events with right 'drop down' speed button + this button click event as a Memo control as a RTF control with URLs detection. |
#3
|
|||
|
|||
![]()
Just connect both TEdit and the TUpDown using the TUpDown's ASSOCIATE property. Exmaple code below:
MyUpDown.Associate:=MyEdit; And don't forget to increase the UpDown's maximum, using the Max property. Good Luck! |
#4
|
|||
|
|||
![]()
Why don't you use the TSpinEdit component from the samples palette?
|
![]() |
Thread Tools | |
Display Modes | |
|
|