Back to Devexpress

TcxLockableComponent Class

vcl-dxcoreclasses-c1c2cffc.md

latest1.8 KB
Original Source

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:

TdxChartSimpleDiagramA simple diagram in the Chart control.TdxChartXYDiagramAn XY diagram in the Chart control.TdxChartSimpleSeriesA series in a simple diagram.TdxChartXYSeriesA series in an XY diagram.

Inheritance

TObject TPersistent TComponent TcxLockableComponent

See Also

TcxLockableComponent Members

dxCoreClasses Unit