Skip to main content

TcxCustomLabel Class

Serves as the base class for the TcxLabel and TcxDBLabel classes.

Declaration

TcxCustomLabel = class(
    TcxCustomEdit
)

Remarks

This class implements the basic functionality for the label controls. The Caption property specifies the text displayed within a label. The Properties property contains various label settings: caption painting style, drawing effects, caption text rotation angle, etc.

Do not create instances of TcxCustomLabel. Use TcxCustomLabel as the base class when declaring label controls. TcxCustomLabel properties and methods provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.

See Also