RAD Studio VCL Reference
ContentsIndex
TCustomEdit Methods Public Methods
Public Methods
 
Name 
Description 
 
Deletes all text from the edit control. 
 
Removes the selected text from the edit control. 
 
Clears the undo buffer so that no changes to the text can be backed out. 
 
Copies the selected text in the edit control to the Clipboard in CF_TEXT format. 
 
Copies the selected text to the Clipboard in CF_TEXT format and then deletes the selection. 
 
Provides message handling for all messages that the control does not fully process itself. 
 
Copies the selected text into a buffer and returns the number of characters copied. 
 
Pastes the contents of the Clipboard into edit control, replacing the current selection. 
 
Selects all text in the edit control. 
 
Replaces the selected text with a null-terminated string. 
 
Undo 
Backs out all changes in the undo buffer. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.