RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEdit Methods

The methods of the TCustomEdit class are listed here.

 
Name 
Description 
 
Generates an OnChange event. 
 
Initializes a window-creation parameter record passed in the Params parameter. 
 
Creates a Windows control to represent the control. 
 
Creates a Windows control corresponding to the edit control. 
 
Destroys the Windows control that corresponds to the edit control. 
 
Sets the MaxLength property. 
 
Sets the value of TextHint
 
Returns the SelLength property. 
 
Returns the SelStart property. 
 
Returns the SelText property. 
 
Sets the Alignment property. 
 
Sets the AutoSize property. 
 
Sets the SelLength property. 
 
Sets the SelStart property. 
 
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. 
 
Indicates how text is aligned within the control. 
 
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. 
 
Sets the SelText property. 
 
Replaces the selected text with a null-terminated string. 
 
Undo 
Backs out all changes in the undo buffer. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!