Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxLockableComponent Class

The base class for components with support for batch operations.

#Declaration

Delphi
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