Design in-place editor control.
TDsnInplaceEditor = class(TCustomEditEx);
ed_TextEdit
This control is created and owned by designer (instance of TzFormDesigner). Properties and position of the in-place editor are defined by using in-place adapters, objects derived from TInplaceComponentEditor. In-place edit control can not be accessed via designer, it is only passed in TInplaceComponentEditor.SetEditor method to adjust editor properties.
|
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 methods of the TDsnInplaceEditor class are listed here. | |
|
The properties of the TDsnInplaceEditor 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. |
|
TDsnInplaceEditor Class |
Description |
|
Specifies associated in-place adapter. | |
|
Determines how the text is aligned within the editor control. | |
|
Specifies the background color of the control. | |
|
Specifies whether control is Unicode edit. | |
|
Designates a multiline edit control. The default is single-line edit control. | |
|
Occurs when the text for the edit control may have changed. | |
|
Occurs when the input focus shifts away from one control to another. | |
|
Specifies the text string that is displayed in the edit box (Ansi version). | |
|
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!
|