Back to Devexpress

TcxControlOptions Class

vcl-cxinplacecontainer-912231ba.md

latest1.0 KB
Original Source

TcxControlOptions Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions

See Also

TcxControlOptions Members

cxInplaceContainer Unit