TBtnEdit is the base class from which TCustomEditEx control is derived.
TBtnEdit = class(TUnicodeEdit);
ecExtEdit
TBtnEdit is inherited from TUnicodeEdit class.
It introduces optional button at the right side and optional status area at the left side of edit control
|
Topic |
Description |
|
The methods of the TUnicodeEdit class are listed here. | |
|
The properties of the TUnicodeEdit class are listed here. |
|
Topic |
Description |
|
The methods of the TBtnEdit class are listed here. | |
|
The properties of the TBtnEdit class are listed here. | |
|
The events of the TBtnEdit class are listed here. |
|
Constructor |
|
virtual |
|
protected |
|
Property |
|
read only |
|
Event |
|
TBtnEdit Class |
Description |
|
Occurs when the user clicks the button. |
|
TBtnEdit Class |
Description |
|
Overrides the inherited method. | |
|
Simulates a button click, as if the user had clicked the button. | |
|
Creates and initializes a TBtnEdit instance. | |
|
Overrides the inherited method. | |
|
Overrides the inherited method. | |
|
Destroys an instance of TBtnEdit | |
|
Called after finishing the mouse tracking | |
|
Overrides the inherited method. | |
|
Overrides the inherited method. | |
|
Overrides the inherited method. | |
|
Overrides the inherited method. | |
|
Overrides the base rendering method. | |
|
Renders the image of the button. | |
|
Paints status area. This method is called only if StatusWidth is greater 0. | |
|
Overrides the inherited method. | |
|
Checks if specified point is over the button | |
|
Calls immediately after user pushes the button. | |
|
Calls immediately after user releases the button. | |
|
Controls tracking button process. |
|
TUnicodeEdit Properties |
Description |
|
Specifies whether control is Unicode edit. | |
|
Specifies the selected portion of the edit control’s text (Unicode version). | |
|
Specifies the text string that is displayed in the edit box (Ansi version). | |
|
Specifies the text string that is displayed in the edit box (Ansi version). |
|
TBtnEdit Class |
Description |
|
Determines how the text is aligned within the editor control. | |
|
Specifies if button-like rectangle at the right edge of the control is visible. | |
|
Specifies width in pixels of the button. | |
|
Provides access to the drawing surface of the TBtnEdit. | |
|
Designates a multiline edit control. The default is single-line edit control. | |
|
Specifies width of status area. If StatusWidth is equal to 0 - status area is not processed. | |
|
Determines whether the user can insert return characters into the text. | |
|
Determines whether the user can insert tab characters into the text. | |
|
Determines whether the edit control inserts soft carriage returns so text wraps at the right margin. |
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|