Skip to main content
A newer version of this page is available. .

TcxCustomHeader Class

Serves as the base class for classes that implement tabulated header descendants such as TcxHeader.

Declaration

TcxCustomHeader = class(
    TcxControl,
    IcxMouseTrackingCaller
)

Remarks

This class implements the basic functionality of a header control. Do not create instances of TcxCustomHeader. If you need an advanced tabulated header on your form, use the TcxHeader class, which is derived from TcxCustomHeader.

See Also