TEdit

From OpenEUO
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: