Skip to main content
All docs
V25.1
  • TcxLockableComponent Class

    The base class for components with support for batch operations.

    Declaration

    TcxLockableComponent = class(
        TComponent
    )

    Remarks

    The TcxLockableComponent class has methods that allow you to do the following:

    Terminal TcxLockableComponent Class Descendants

    Do not use the TcxLockableComponent class directly. Use the following descendants instead:

    TdxChartSimpleDiagram
    A simple diagram in the Chart control.
    TdxChartXYDiagram
    An XY diagram in the Chart control.
    TdxChartSimpleSeries
    A series in a simple diagram.
    TdxChartXYSeries
    A series in an XY diagram.

    Inheritance

    TObject
    TPersistent
    TComponent
    TcxLockableComponent
    See Also