TcxCustomHeader Class
Serves as the base class for classes that implement tabulated header descendants such as TcxHeader.
Declaration
TcxCustomHeader = class(
TcxControl
)
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
.
Inheritance
See Also