PDA

View Full Version : DBEdit


bobthesnake
06-07-2001, 12:41 AM
Which property of the DBEDit component do I have to change so I can write in it??

Thanks for your help...



Boris

LörAn
06-07-2001, 12:44 AM
Try this :

DBEdit1.Text := 'TEST';

WARNING :
Your DBEdit has to be Enabled, not Read-only, and the DataSet linked to it editable...

See you.

LörAn.

bobthesnake
06-07-2001, 12:51 AM
Merci...

Boris

LörAn
06-07-2001, 12:55 AM
A+

LörAn.