Skip to main content

TcxSplitter Class

An advanced splitter control.

Declaration

TcxSplitter = class(
    TcxCustomSplitter
)

Remarks

Use the TcxSplitter control to add a splitter control to the form. This control enables end-users to resize controls at runtime using drag and drop operations or by using the hot zone. The hot zone is an element of the splitter control that can be clicked to change the size of the bound control to the minimum possible and back. There are four hot zone styles provided. Additionally, you can create a custom hot zone style by deriving from the TcxHotZoneStyle class.

The TcxSplitter control’s functionality is implemented by its ancestor – the TcxCustomSplitter class. The TcxSplitter class simply publishes properties and events. Refer to the ancestor description for details on the features provided.

If you are new to using the TcxSplitter control, refer to the Using the TcxSplitter topic. It contains the basic information you need for using the control.

See Also