Designer adapter for in-place text editing.
TInplaceComponentEditor = class;
ed_TextEdit
TInplaceComponentEditor objects are created by designer to handle in-place text editing. Classes derived from TInplaceComponentEditor defines editable text, rectangle of in-place editor and its properties.
One control may have several text regions, handling of this regions are provided by classes derived from this class.
After implementing new in-place editor adapter you have to register it using RegisterInplaceComponentEditor.
Topic |
Description |
The methods of the TInplaceComponentEditor class are listed here. | |
The properties of the TInplaceComponentEditor class are listed here. |
|
Constructor |
|
virtual |
|
protected |
|
Property |
|
read only |
TInplaceComponentEditor Methods |
Description |
Creates and initializes a TInplaceComponentEditor instance. | |
Returns bounding rectangle for in-place editor. | |
Returns control text to be edited. | |
Returns control Unicode text to be edited. | |
Specifies whether control text may be edited at specified position. | |
Specifies whether text has to be written on any change in in-place editor. | |
Determines whether edited text is Unicode. | |
Adjusts in-place editor properties. | |
Called before activating in-place editor to define editing region. | |
Writes edited text to control. | |
Writes edited Unicode text to control. |
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
What do you think about this topic? Send feedback!
|