Results 1 to 2 of 2

Thread: Clearing Infomation from controls

  1. #1
    Join Date
    Sep 2004
    Posts
    281
    Rep Power
    0

    Default Clearing Infomation from controls

    Hi all ..is there a way to reset of remove the information entered into the tedits and combobox
    on a Delphi form without having to do things like edit1.text=''
    if the question seems weired is goal is to be able to reset a form after a user data has been save
    Kind of like reset on a html form

  2. #2
    Join Date
    Mar 2003
    Posts
    492
    Rep Power
    0

    Default

    Use the Clear method of the control.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •