Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomLabel Class

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

#Declaration

Delphi
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