Creates and initializes a TInplaceComponentEditor instance.
constructor Create(AControl: TControl); virtual;
Use Create to programmatically instantiate a TInplaceComponentEditor object.
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.
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
What do you think about this topic? Send feedback!
|