Skip to main content

TcxCustomMultiEditorRow Class

Represents the base class for multi editor rows in the grid control.

Declaration

TcxCustomMultiEditorRow = class(
    TcxCustomRow
)

Remarks

Item is a data entity. When formatted one item occupies one cell per column in a row (one cell for the item name in a header column and one cell for the item value in a data column).

The multi editor row can hold any number of items. Respectively the number of cells in a column in the multi editor row depends on the number of items it holds.

This type contrasts with editor row that holds only one item and has respectively only one cell in a column.

This class introduces multi editor row functionality (editing capabilities, data binding, styles, etc.) that is used in derived classes TcxMultiEditorRow or TcxDBMultiEditorRow.

The TcxCustomMultiEditorRow implements all abstract methods declared in its ancestor the TcxCustomRow class.

Do not instantiate the TcxCustomEditorRow class. Use its descendants such as TcxMultiEditorRow or TcxDBMultiEditorRow.

Inheritance

See Also