Skip to main content
A newer version of this page is available. .

TcxLookAndFeel Methods

Stores appearance settings of a DevExpress control.
Name Description
AddChangeListener(TObject) Adds a listener to track changes in the look & feel settings.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all control repaint operations that reflect look & feel setting changes.
EndUpdate Applies any pending look & feel changes made after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetAvailablePainter(TdxThemedObjectType)
GetAvailablePainter(TdxThemedObjectTypes) Returns the painter instance that can draw a specific UI element according to the active look & feel settings.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Refresh Redraws a control using the current look & feel settings.
RemoveChangeListener(TObject) Unregisters the specified look & feel change listener.
Reset Resets look & feel settings.
SetStyle(TcxLookAndFeelStyle) Enables the native or basic look & feel style.
ToString Inherited from TObject.
See Also