TEdit

From OpenEUO
Revision as of 15:10, 5 October 2010 by 46.127.27.108 (Talk) (Created page with "Use a TEdit object to put a standard Windows edit control on a form. Edit controls are used to retrieve text that users type. Edit controls can also display text to the user. W...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use a TEdit object to put a standard Windows edit control on a form. Edit controls are used to retrieve text that users type. Edit controls can also display text to the user.

When only displaying text to the user, choose an edit control to allow users to select text and copy it to the Clipboard. Choose a label object if the selection capabilities of an edit control are not needed.

Inherited from TCustomEdit:

Inherited from TWinControl:

Inherited from TControl:

Inherited from TComponent:

Inherited from TObject: