TExtEdit is an extended editor with button.
TEditEx = class(TCustomEditEx);
ecExtEdit
TExtEdit is an extended editor with button that may have one of three styles:
This type is used as in-place editors representation in Object Inspector.
|
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. |
|
Topic |
Description |
|
The methods of the TCustomEditEx class are listed here. | |
|
The properties of the TCustomEditEx class are listed here. | |
|
The events of the TCustomEditEx class are listed here. |
|
Topic |
Description |
|
The properties of the TEditEx class are listed here. |
|
Constructor |
|
virtual |
|
protected |
|
Property |
|
read only |
|
Event |
|
TBtnEdit Class |
Description |
|
Occurs when the user clicks the button. |
|
TCustomEditEx Class |
Description |
|
Occurs when the user makes right choice in the drop-down list. | |
|
Occurs when the drop-down list closes up due to some user action. | |
|
Occurs when the user opens the drop-down list. | |
|
Occurs when width of controls needs to be calculated. |
|
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. |
|
TCustomEditEx Class |
Description |
|
Active pop-up window. | |
|
Simulates a button click, as if the user had clicked the button. | |
|
Generates an OnCloseUp event and makes some other actions. | |
|
Creates and initializes a TBtnEdit instance. | |
|
Destroys an instance of TBtnEdit | |
|
Works as a method dispatcher depending on parameter values. | |
|
Generates an OnDropDown event. | |
|
Called after finishing the mouse tracking | |
|
Respond to keyboard input. | |
|
Overrides inherited method | |
|
Overrides the inherited method. | |
|
Overrides inherited method | |
|
Overrides inherited property |
|
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. |
|
TCustomEditEx Class |
Description |
|
Specifies current popup control. | |
|
Specifies edit style of the button | |
|
Specifies relative align of popup control. | |
|
Determines the drop-down list. |
|
TEditEx Class |
Description |
|
Determines how the text is aligned within the editor control. | |
|
Specifies how the control is anchored to its parent. | |
|
Determines whether all the text in the edit control is automatically selected when the control gets focus. | |
|
Determines whether the height of the edit control automatically resizes to accommodate the text. | |
|
Specifies which edges of the control are beveled. | |
|
Specifies the cut of the inner bevel. | |
|
Specifies the control’s bevel style. | |
|
Specifies the cut of the outer bevel. | |
|
Specifies the width of the inner and outer bevels. | |
|
Specifies the bi-directional mode for the control. | |
|
Determines the style of the line drawn around the perimeter of the control. | |
|
Specifies width in pixels of the button. | |
|
Determines the case of the text within the edit control. | |
|
Specifies the background color of the control. | |
|
Specifies the size constraints for the control. | |
|
Determines whether a control has a three-dimensional (3-D) or two-dimensional look. | |
|
Indicates the image used to represent the mouse pointer when the control is being dragged. | |
|
Specifies whether the control is being dragged normally or for docking. | |
|
Determines how the control initiates drag-and-drop or drag-and-dock operations. | |
|
Specifies the mask that represents what text is valid for the masked edit control. | |
|
Specifies edit style of the button | |
|
Controls whether the control responds to mouse, keyboard, and timer events. | |
|
Controls the attributes of text written on or in the control. | |
|
Determines the behavior of the input method editor (IME). | |
|
Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters. | |
|
Specifies whether control is Unicode edit. | |
|
Specifies relative align of popup control. | |
|
Specifies the maximum number of characters that can appear in the edit control. | |
|
Occurs when the user makes right choice in the drop-down list. | |
|
Occurs when the user clicks the button. | |
|
Occurs when the text for the edit control may have changed. | |
|
Occurs when the user clicks the control. | |
|
Occurs when the drop-down list closes up due to some user action. | |
|
Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. | |
|
Occurs when the user drops an object being dragged. | |
|
Occurs when the user drags an object over a control. | |
|
Occurs when the user opens the drop-down list. | |
|
Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. | |
|
Occurs when a control receives the input focus. | |
|
Occurs when the input focus shifts away from one control to another. | |
|
Occurs when a user presses any key while the control has focus. | |
|
Occurs when key pressed. | |
|
Occurs when the user releases a key that has been pressed. | |
|
Occurs when width of controls needs to be calculated. | |
|
Occurs when the user presses a mouse button with the mouse pointer over a control. | |
|
Occurs when the user moves the mouse pointer while the mouse pointer is over a control. | |
|
Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component. | |
|
Occurs when the user begins to drag the control or an object it contains by left-clicking on the control and holding the mouse button down. | |
|
Specifies whether the control uses its parent’s BiDiMode. | |
|
Determines where a control looks for its color information. | |
|
Determines where a component looks to determine if it should appear three dimensional. | |
|
Determines where a control looks for its font information. | |
|
Determines where a control looks to find out if its Help Hint should be shown. | |
|
Indicates the character, if any, to display in place of the actual characters typed in the control. | |
|
Determines the drop-down list. | |
|
Identifies the pop-up menu associated with the control. | |
|
Determines whether the user can change the text of the edit control. | |
|
Specifies the selected portion of the edit control’s text (Unicode version). | |
|
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control. | |
|
Specifies width of status area. If StatusWidth is equal to 0 - status area is not processed. | |
|
Indicates the position of the control in its parent's tab order. | |
|
Determines if the user can tab to a control. | |
|
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). | |
|
Determines whether the component appears on screen. |
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|