Skip to main content
A newer version of this page is available. .

TcxCustomInplaceEditContainer Class

Serves as the base class for classes that implement editing control items able to contain in-place editors.

Declaration

TcxCustomInplaceEditContainer = class(
    TComponent,
    IcxEditRepositoryItemListener,
    IcxEditorPropertiesContainer,
    IdxScaleFactor,
    IdxDateTimeHandling,
    IdxExcelFilterableComponent,
    IdxFilteringDateTimeHandling,
    IdxFilterableComponent,
    IdxFilterImagesProvider
)

Remarks

This class provides the base functionality for editing the control items whose cell values can be edited by an in-place editor. A cell with an assigned in-place editor uses its painter to draw itself and to edit cell values. The editor becomes active when a cell is in the edit state. Generally, the style of editing and the type of the in-place editor depend on the data type of an editing control item.

Inheritance

TObject
TPersistent
TComponent
TcxCustomInplaceEditContainer
See Also