Skip to main content

TcxControlOptions Class

The base class for all classes that implement container control settings.

Declaration

TcxControlOptions = class(
    TcxOwnedInterfacedPersistent
)

Remarks

This class does not introduce any new public members. It extends its ancestor with the capability to track the container control’s window DPI changes and update values of the DPI-aware properties (for instance, any pixel dimensions) in TcxControlOptions class descendants.

Do not use the TcxControlOptions class directly. Use its descendants instead.

See Also